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
Defined in "winnls.h".
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".