Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 789 Bytes

File metadata and controls

37 lines (24 loc) · 789 Bytes

Home

Function name : GetSystemDefaultLangID

Group: National Language Support - Library: kernel32


Retrieves the language identifier of the system locale.


Code examples:

Retrieving national language settings

Declaration:

LANGID GetSystemDefaultLangID(void);  

FoxPro declaration:

DECLARE INTEGER GetSystemDefaultLangID IN kernel32  

Parameters:

This function has no parameters.


Return value:

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