[SYSSETUP] [USERINIT] "sLanguage" relates to LOCALE_SABBREVLANGNAME actually, not LOCALE_SLANGUAGE. CORE-13128 #62

This commit is contained in:
Serge Gautherie 2017-10-17 14:59:18 +02:00 committed by Amine Khaldi
parent b22c128070
commit ba507ba439
2 changed files with 2 additions and 2 deletions

View file

@ -465,7 +465,7 @@ InitializeDefaultUserLocale(
/* Misc */
{LOCALE_SCOUNTRY, L"sCountry"},
{LOCALE_SLANGUAGE, L"sLanguage"},
{LOCALE_SABBREVLANGNAME, L"sLanguage"},
{LOCALE_ICOUNTRY, L"iCountry"},
{0, NULL}};

View file

@ -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}};