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