GetSystemDefaultLCID function
Returns the locale identifier for the system locale.
Syntax
LCID GetSystemDefaultLCID(void);
Parameters
This function has no parameters.
Return value
Returns the locale identifier for the system default locale, identified by LOCALE_SYSTEM_DEFAULT.
Remarks
This function can retrieve data from custom locales. Data is not guaranteed to be the same from computer to computer or between runs of an application. If your application must persist or transmit data, see Using Persistent Locale Data.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- National Language Support
- National Language Support Functions
- ConvertDefaultLocale
- GetLocaleInfo
- GetSystemDefaultLocaleName
- GetUserDefaultLCID