Multilingual User Interface (MUI) Functions
A version of this page is also available for
4/8/2010
The following table shows the MUI functions with a description of the purpose of each.
In This Section
- EnumUILanguages
Enumerates the UI languages that are available on the system.
- EnumUILanguagesProc
Provides call-back functionality for EnumUILanguages, and receives a pointer to a string buffer containing a UI language identifier.
- GetSystemDefaultUILanguage
Retrieves the LANGID for the original install language of the system. For more information about LANGID, see Language Identifiers and Locales.
- GetUserDefaultUILanguage
Retrieves the LANGID for the current user UI language selection. For more information about LANGID, see Language Identifiers and Locales.
- SetUserDefaultUILanguage
Sets the LANGID for the current user UI language selection. For more information about LANGID, see Language Identifiers and Locales.
Related Sections
- Multilingual User Interface (MUI) Reference
Provides an overview of the programming elements available for MUI.