GetThreadLocale function kernel32

int GetThreadLocale()

Returns the locale identifier of the current locale for the calling thread.

LCID GetThreadLocale();

Implementation

int GetThreadLocale() => _GetThreadLocale();