mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00: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 */
|
/* Misc */
|
||||||
{LOCALE_SCOUNTRY, L"sCountry"},
|
{LOCALE_SCOUNTRY, L"sCountry"},
|
||||||
{LOCALE_SLANGUAGE, L"sLanguage"},
|
{LOCALE_SABBREVLANGNAME, L"sLanguage"},
|
||||||
{LOCALE_ICOUNTRY, L"iCountry"},
|
{LOCALE_ICOUNTRY, L"iCountry"},
|
||||||
{0, NULL}};
|
{0, NULL}};
|
||||||
|
|
||||||
|
|||||||
@@ -1113,7 +1113,7 @@ InitializeDefaultUserLocale(VOID)
|
|||||||
|
|
||||||
/* Misc */
|
/* Misc */
|
||||||
{LOCALE_SCOUNTRY, L"sCountry"},
|
{LOCALE_SCOUNTRY, L"sCountry"},
|
||||||
{LOCALE_SLANGUAGE, L"sLanguage"},
|
{LOCALE_SABBREVLANGNAME, L"sLanguage"},
|
||||||
{LOCALE_ICOUNTRY, L"iCountry"},
|
{LOCALE_ICOUNTRY, L"iCountry"},
|
||||||
{0, NULL}};
|
{0, NULL}};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user