###User Defined Function###
_WinAPI_SetThreadLocale

###Description###
Sets the current locale of the calling thread.

###Syntax###
#include <WinAPILocale.au3>
_WinAPI_SetThreadLocale ( $LCID )


###Parameters###
@@ParamTable@@
$LCID
	The locale identifier (LCID) that specifies the locale or one of the following predefined values.
	$LOCALE_INVARIANT
	$LOCALE_SYSTEM_DEFAULT
	$LOCALE_USER_DEFAULT

	<strong>Windows Vista or later</strong>
	$LOCALE_CUSTOM_DEFAULT
	$LOCALE_CUSTOM_UI_DEFAULT
	$LOCALE_CUSTOM_UNSPECIFIED
@@End@@

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


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ SetThreadLocale


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