Scroll to navigation

SetThreadLocale(3w) Wine API SetThreadLocale(3w)

NAME

SetThreadLocale (KERNEL32.@)

SYNOPSIS

BOOL SetThreadLocale
(
LCID lcid
)
 

DESCRIPTION

Set the current threads locale.
 

PARAMS

lcid [In] LCID of the locale to set.
 

RETURNS

Success: TRUE. The threads locale is set to lcid.
Failure: FALSE. Use GetLastError(3w) to determine the cause.
 

IMPLEMENTATION

Declared in "winnls.h".
Implemented in "dlls/kernel32/locale.c".
Debug channel "nls".
Oct 2012 Wine API