mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[SYSSETUP] [USERINIT] "sLanguage" relates to LOCALE_SABBREVLANGNAME actually, not LOCALE_SLANGUAGE. CORE-13128 #62
This commit is contained in:
parent
b22c128070
commit
ba507ba439
2 changed files with 2 additions and 2 deletions
|
@ -465,7 +465,7 @@ InitializeDefaultUserLocale(
|
|||
|
||||
/* Misc */
|
||||
{LOCALE_SCOUNTRY, L"sCountry"},
|
||||
{LOCALE_SLANGUAGE, L"sLanguage"},
|
||||
{LOCALE_SABBREVLANGNAME, L"sLanguage"},
|
||||
{LOCALE_ICOUNTRY, L"iCountry"},
|
||||
{0, NULL}};
|
||||
|
||||
|
|
|
@ -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}};
|
||||
|
||||
|
|
Loading…
Reference in a new issue