Re: kernel32: add a stub for GetThreadUILanguage
3 Sep
2010
3 Sep
'10
6:04 a.m.
Austin English <austinenglish(a)gmail.com> wrote:
+LANGID WINAPI GetThreadUILanguage( void ) +{ + FIXME(": stub, returning LOCALE_USER_DEFAULT.\n"); + return LOCALE_USER_DEFAULT; +}
The API is supposed to return a language id, not the locale id. Calling GetUserDefaultUILanguage() may be what you need. -- Dmitry.
5580
Age (days ago)
5580
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov