Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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.