SetThreadUILanguage (KERNEL32.@)
LANGID SetThreadUILanguage ( LANGID langid )
Set the current threads UI language.
langid | [In] | LANGID of the language to set, or 0 to use the available language which is best supported for console applications. |
Success: The return value is the same as the input value.
Failure: The return value differs from the input value. Use GetLastError to determine the cause.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/kernel32/locale.c". source.winehq.org/source/dlls/kernel32/locale.c
Debug channel "nls".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.