Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 830 Bytes

File metadata and controls

37 lines (24 loc) · 830 Bytes

Home

Function name : GetUserDefaultLangID

Group: National Language Support - Library: kernel32


Retrieves the language identifier of the current user locale.


Code examples:

Retrieving national language settings

Declaration:

LANGID GetUserDefaultLangID(void);  

FoxPro declaration:

DECLARE SHORT GetUserDefaultLangID IN kernel32  

Parameters:

This function has no parameters.


Return value:

The return value is not necessarily the same as that returned by GetSystemDefaultLangID, even if the computer is a single-user system.