Loads a new input locale identifier into the system
#include <WinAPISys.au3>
_WinAPI_LoadKeyboardLayout ( $iLanguage [, $iFlag = 0] )
$iLanguage | The input locale identifier to load. |
$iFlag | [optional] The flag that specifies how the input locale identifier is to be loaded. This parameter can be one of the following values. $KLF_ACTIVATE $KLF_NOTELLSHELL $KLF_REORDER $KLF_REPLACELANG $KLF_SUBSTITUTE_OK $KLF_SETFORPROCESS |
Success: | The input locale identifier to the locale matched with the requested name. |
Failure: | 0, call _WinAPI_GetLastError() to get extended error information. |
Search LoadKeyboardLayout in MSDN Library.