Function Reference


_WinAPI_InitMUILanguage

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

#include <WinAPISys.au3>
_WinAPI_InitMUILanguage ( $iLanguage )

Parameters

$iLanguage The language identifier to be used by the common controls.

Return Value

None.

Remarks

This function enables an application to override the system language setting, and specify a different language
for the common controls. The selected language only applies to the current process.

See Also

Search InitMUILanguage in MSDN Library.