ComCtl32InitMUILanguage Method

Enables an application to specify a language to be used with the common controls that is different from the system language.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: 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
)

Parameters

uiLang  UInt16
The language identifier of the language to be used by the common controls.

Remarks

See Also