Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 729 Bytes

GetThreadLocale.md

File metadata and controls

37 lines (24 loc) · 729 Bytes

Home

Function name : GetThreadLocale

Group: National Language Support - Library: kernel32


Retrieves the calling thread"s current locale.


Code examples:

Retrieving national language settings

Declaration:

LCID GetThreadLocale(void);  

FoxPro declaration:

DECLARE SHORT GetThreadLocale IN kernel32  

Parameters:

This function has no parameters.


Return value:

When a thread is created, it uses the system default user locale.