SetThreadUILanguage(3w)
NAME
SetThreadUILanguage (KERNEL32.@)
SYNOPSIS
LANGID SetThreadUILanguage
(
LANGID langid
)
DESCRIPTION
Set the current threads UI language.
PARAMS
langid [In] LANGID of the language to set, or 0 to use the available
language which is best supported for console applications.
RETURNS
Success: The return value is the same as the input value.
Failure: The return value differs from the input value. Use GetLastError(3w) to determine the cause.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/locale.c".
- Debug channel "nls".