ComCtl32InitMUILanguage Method
Enables an application to specify a language to be used with the common controls
that is different from the system language.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("ComCtl32.dll", ExactSpelling = true, SetLastError = true)]
public static void InitMUILanguage(
ushort uiLang
)
<DllImportAttribute("ComCtl32.dll", ExactSpelling := true, SetLastError := true>]
Public Shared Sub InitMUILanguage (
uiLang As UShort
)
Dim uiLang As UShort
ComCtl32.InitMUILanguage(uiLang)
public:
[DllImportAttribute(L"ComCtl32.dll", ExactSpelling = true, SetLastError = true)]
static void InitMUILanguage(
unsigned short uiLang
)
[<DllImportAttribute("ComCtl32.dll", ExactSpelling = true, SetLastError = true)>]
static member InitMUILanguage :
uiLang : uint16 -> unit
No code example is currently available or this language may not be supported.
Parameters
- uiLang UInt16
-
The language identifier of the language to be used by the common controls.