From b7ab6ca3f16b4371b1a99caf041d0998e1c10fa3 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 26 Jun 2010 22:51:13 +0000 Subject: Use "C" on Win32 as syslang in case the locale could not be determined. svn-id: r50353 --- common/translation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/translation.cpp b/common/translation.cpp index 1983c7652c..bf37cbd953 100644 --- a/common/translation.cpp +++ b/common/translation.cpp @@ -75,7 +75,7 @@ TranslationManager::TranslationManager() { _syslang += "_"; _syslang += ctryName; } else { - _syslang = "en_US"; + _syslang = "C"; } #else // WIN32 // Activating current locale settings -- cgit v1.2.3