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 to determine the cause.

IMPLEMENTATION

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 © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.