###User Defined Function###
_WinAPI_LoadKeyboardLayout

###Description###
Loads a new input locale identifier into the system.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_LoadKeyboardLayout ( $iLanguage [, $iFlag = 0] )


###Parameters###
@@ParamTable@@
$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
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The input locale identifier to the locale matched with the requested name.
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ LoadKeyboardLayout
