kernel32: add a stub for GetThreadUILanguage

Dmitry Timoshkov dmitry at codeweavers.com
Fri Sep 3 01:04:31 CDT 2010


Austin English <austinenglish at 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.



More information about the wine-devel mailing list