GetUserDefaultLangID

LANGID GetUserDefaultLangID();

Retrieves the default LANGID from a user's system.

Return Value

Value Meaning
0 Failure.
User default LANGID Success.

Comments

Returns the user default LANGID. On single-user systems, the value returned from this function is always the same as that returned from GetSystemDefaultLangID.