###User Defined Function###
_WinAPI_SetThreadUILanguage

###Description###
Sets the user interface language for the current thread.

###Syntax###
#include <WinAPILocale.au3>
_WinAPI_SetThreadUILanguage ( $iLanguage )


###Parameters###
@@ParamTable@@
$iLanguage
	The language identifier for the user interface language.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True
Failure 	False
@@End@@


###Remarks###
This function requires <strong>Windows Vista or later</strong>.


###Related###


###See Also###
@@MsdnLink@@ SetThreadUILanguage


###Example###
@@IncludeExample@@
