GetMUILanguage function (commctrl.h)
Gets the language currently in use by the common controls for a particular process.
LANGID GetMUILanguage();
Type: LANGID
Returns the language identifier of the language an application has specified for the common controls by calling InitMUILanguage. GetMUILanguage returns the value for the process from which it is called. If InitMUILanguage has not been called or was not called from the same process, GetMUILanguage returns the language-neutral LANGID, MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL).
See Internationalization for Windows Applications for further discussion of localization.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |
Library | Comctl32.lib |
DLL | Comctl32.dll (version 5.80 or later) |