Skip to content

Latest commit

 

History

History
66 lines (55 loc) · 2.37 KB

nf-commctrl-getmuilanguage.md

File metadata and controls

66 lines (55 loc) · 2.37 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.GetMUILanguage
GetMUILanguage function (commctrl.h)
Gets the language currently in use by the common controls for a particular process.
GetMUILanguage
GetMUILanguage function [Windows Controls]
_win32_GetMUILanguage
_win32_GetMUILanguage_cpp
commctrl/GetMUILanguage
controls.GetMUILanguage
controls._win32_GetMUILanguage
controls\GetMUILanguage.htm
Controls
VS|Controls|~\controls\common\functions\getmuilanguage.htm
12/05/2018
GetMUILanguage, GetMUILanguage function [Windows Controls], _win32_GetMUILanguage, _win32_GetMUILanguage_cpp, commctrl/GetMUILanguage, controls.GetMUILanguage, controls._win32_GetMUILanguage
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Comctl32.lib
Comctl32.dll (version 5.80 or later)
Windows
19H1
GetMUILanguage
commctrl/GetMUILanguage
c++
APIRef
kbSyntax
DllExport
Comctl32.dll
GetMUILanguage

GetMUILanguage function

-description

Gets the language currently in use by the common controls for a particular process.

-returns

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).

-remarks

See Internationalization for Windows Applications for further discussion of localization.