Scroll to navigation

GetThreadLocale(3w) Wine API GetThreadLocale(3w)

NAME

GetThreadLocale (KERNEL32.@)

SYNOPSIS

LCID GetThreadLocale
(
)
 

DESCRIPTION

Get the current threads locale.
 

PARAMS

None.
 

RETURNS

The LCID currently associated with the calling thread.
 

IMPLEMENTATION

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