###User Defined Function###
_WinAPI_SetLocaleInfo

###Description###
Sets an item of information in the user override portion of the current locale.

###Syntax###
#include <WinAPILocale.au3>
_WinAPI_SetLocaleInfo ( $LCID, $iType, $sData )


###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
$iType
	Type of locale information to set. This parameter can be one of the locale information constants ($LOCALE_*).
$sData
	The string containing the locale information to set. The information must be in the format specific to
	the specified constant.
@@End@@

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


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ SetLocaleInfo


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