mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
I18N: Fix language detection in UNIX (not everyone speaks German yet)
svn-id: r54494
This commit is contained in:
parent
ce9f7c0df1
commit
10476048f8
@ -733,7 +733,7 @@ Common::Language OSystem_SDL::getSystemLanguage() const {
|
||||
}
|
||||
#else // WIN32
|
||||
// Activating current locale settings
|
||||
const char *locale = "de_DE.utf8";//setlocale(LC_ALL, "");
|
||||
const char *locale = setlocale(LC_ALL, "");
|
||||
|
||||
// Detect the language from the locale
|
||||
if (!locale) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user