|
|
@ -63,7 +63,7 @@ QString UBPlatformUtils::preferredTranslation(QString pFilePrefix) |
|
|
|
|
|
|
|
|
|
|
|
QString UBPlatformUtils::preferredLanguage() |
|
|
|
QString UBPlatformUtils::preferredLanguage() |
|
|
|
{ |
|
|
|
{ |
|
|
|
return QLocale::system().name(); |
|
|
|
return "fr";//QLocale::system().name();
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void UBPlatformUtils::runInstaller(const QString &installerFilePath) |
|
|
|
void UBPlatformUtils::runInstaller(const QString &installerFilePath) |
|
|
|