Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table shows the MUI functions with a description of the purpose of each.
Programming Element | Description |
---|---|
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. |
Send Feedback on this topic to the authors