GetUserDefaultLCID

LCID GetUserDefaultLCID();

Retrieves the default LCID from a user's system.

Return Value

Return value Meaning
0 Failure.
User default locale ID Success.

Comments

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