SetThreadUILanguage.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/kernel32/locale.c".

Debug channel "nls".