Commit 41f088d5 authored by Claudio Valerio's avatar Claudio Valerio

fixed language error

parent 37c4be51
......@@ -63,7 +63,7 @@ QString UBPlatformUtils::preferredTranslation(QString pFilePrefix)
QString UBPlatformUtils::preferredLanguage()
{
return "fr";//QLocale::system().name();
return QLocale::system().name();
}
void UBPlatformUtils::runInstaller(const QString &installerFilePath)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment