Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 763 Bytes

GetSystemDefaultLCID.md

File metadata and controls

37 lines (24 loc) · 763 Bytes

Home

Function name : GetSystemDefaultLCID

Group: National Language Support - Library: kernel32


Retrieves the system default locale identifier.


Code examples:

Retrieving national language settings

Declaration:

LCID GetSystemDefaultLCID(void);  

FoxPro declaration:

DECLARE SHORT GetSystemDefaultLCID IN kernel32  

Parameters:

This function has no parameters.


Return value:

If the function succeeds, the return value is the system default locale identifier.