Multilingual User Interface (MUI) Functions

Send Feedback

The following table shows the Multilingual User Interface (MUI) functions with a description of each.

Programming element PPC SP Description
EnumUILanguages X X Enumerates the UI languages that are available on the system.
EnumUILanguagesProc X X Provides call-back functionality for EnumUILanguages, and receives a pointer to a string buffer containing a UI language identifier.
GetSystemDefaultUILanguage X X Retrieves the LANGID for the original install language of the system. For more information about LANGID, see Language Identifiers and Locales.
GetUserDefaultUILanguage X X Retrieves the LANGID for the current user UI language selection. For more information about LANGID, see Language Identifiers and Locales.
SetUserDefaultUILanguage X X Sets the LANGID for the current user UI language selection. For more information about LANGID, see Language Identifiers and Locales.

See Also

Multilingual User Interface (MUI) Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.