This function retrieves the user-default locale identifier.
At a Glance
Header file: | Winnls.h |
Windows CE versions: | 1.0 and later |
Syntax
LCID GetUserDefaultLCID(void);
Return Values
The user-default locale identifier indicates success.
Remarks
Windows CE does not support a separate system LCID and therefore GetSystemDefaultLCID returns the same value.
For more information about locale identifiers, see Locale Identifiers.
See Also