Re: kernel32: set sLanguage to LOCALE_SABBREVLANGUAGE to match Windows behavior

2009-08-25 Thread Alexandre Julliard
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

Re: kernel32: set sLanguage to LOCALE_SABBREVLANGUAGE to match Windows behavior

2009-08-25 Thread Jeff Zaroyko
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

Re: kernel32: set sLanguage to LOCALE_SABBREVLANGUAGE to match Windows behavior

2009-08-24 Thread Alexandre Julliard
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