Internationalization and localization tools


Windows C++ Locale Function

LCID GetUserDefaultLCID(void);

Internationalization (I18n) Function Overview

The GetUserDefaultLCID function retrieves the user default locale identifier. On single-user systems, the return value is the same as that returned by GetSystemDefaultLCID.

I18n Issues

In an internationalized application, the desired locale may be different from the user's locale. When making Win32 locale-dependent calls, be sure to pass in the application's locale identifier.

Recommended Replacements*

There are no variations of the function call.

*If you're already using the recommended function, see I18n Issues for other reasons why Globalyzer is detecting the function.

Windows C++ Locale Functions

 

Lingoport internationalization and localization services and software