https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ba507ba43949b206637db…
commit ba507ba43949b206637dbc6fac5782a9c9d437d4
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Tue Oct 17 14:59:18 2017 +0200
[SYSSETUP] [USERINIT] "sLanguage" relates to LOCALE_SABBREVLANGNAME
actually, not LOCALE_SLANGUAGE. CORE-13128 #62
---
base/system/userinit/livecd.c | 2 +-
dll/win32/syssetup/install.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/system/userinit/livecd.c b/base/system/userinit/livecd.c
index a5236d4426..6a17bbb797 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 2243b89aad..8c4ab5e591 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}};