Scroll to navigation

GetThreadUILanguage(3w) Wine API GetThreadUILanguage(3w)

NAME

GetThreadUILanguage (KERNEL32.@)

SYNOPSIS

LANGID GetThreadUILanguage
(
)
 

DESCRIPTION

Get the current thread's language identifier.
 

PARAMS

None.
 

RETURNS

The current thread's language identifier.
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/kernel32/thread.c".
Debug channel "thread".
Oct 2012 Wine API