mirror of
https://github.com/reactos/reactos
synced 2025-10-08 09:22:51 +02:00
[SYSSETUP] [USERINIT] "sLanguage" relates to LOCALE_SABBREVLANGNAME actually, not LOCALE_SLANGUAGE. CORE-13128 #62
This commit is contained in:
committed by
Amine Khaldi
parent
b22c128070
commit
ba507ba439
@@ -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}};
|
||||
|
||||
|
Reference in New Issue
Block a user