Funktionreferenz


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

Parameter

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

Rückgabewert

None.

Bemerkungen

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.

Siehe auch

Suche nach InitMUILanguage in der MSDN Bibliothek.