Jeff Zaroyko writes:
> What is incorrect is that GetLocaleInfo is reading the override from
> the registry which it should not do hence the special casing where the
> value of sLanguage as a profile or registry entry is not the
> corresponding value for LOCALE_SLANGUAGE, but the corresponding val
cd Mon Sep 17 00:00:00 2001
>> From: Jeff Zaroyko
>> Date: Sun, 23 Aug 2009 12:38:17 +1000
>> Subject: kernel32: set sLanguage to LOCALE_SABBREVLANGUAGE to match Windows
>> behavior
>>
>> As a Profile entry and under Control Panel\International sLanguage is n
2:38:17 +1000
> Subject: kernel32: set sLanguage to LOCALE_SABBREVLANGUAGE to match Windows
> behavior
>
> As a Profile entry and under Control Panel\International sLanguage is not
> LOCALE_SLANGUAGE but instead appears to be LOCALE_SABBREVLANGNAME.
>
> I've verified this is