diff --git a/base/system/userinit/livecd.c b/base/system/userinit/livecd.c index a5236d4426f..6a17bbb797d 100644 --- a/base/system/userinit/livecd.c +++ b/base/system/userinit/livecd.c @@ -465,7 +465,7 @@ InitializeDefaultUserLocale( /* Misc */ {LOCALE_SCOUNTRY, L"sCountry"}, - {LOCALE_SLANGUAGE, L"sLanguage"}, + {LOCALE_SABBREVLANGNAME, L"sLanguage"}, {LOCALE_ICOUNTRY, L"iCountry"}, {0, NULL}}; diff --git a/dll/win32/syssetup/install.c b/dll/win32/syssetup/install.c index 2243b89aadc..8c4ab5e5913 100644 --- a/dll/win32/syssetup/install.c +++ b/dll/win32/syssetup/install.c @@ -1113,7 +1113,7 @@ InitializeDefaultUserLocale(VOID) /* Misc */ {LOCALE_SCOUNTRY, L"sCountry"}, - {LOCALE_SLANGUAGE, L"sLanguage"}, + {LOCALE_SABBREVLANGNAME, L"sLanguage"}, {LOCALE_ICOUNTRY, L"iCountry"}, {0, NULL}};