diff --git a/src/frameworks/UBPlatformUtils_linux.cpp b/src/frameworks/UBPlatformUtils_linux.cpp index 8997a0f5..174e3694 100644 --- a/src/frameworks/UBPlatformUtils_linux.cpp +++ b/src/frameworks/UBPlatformUtils_linux.cpp @@ -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)