###User Defined Function###
_WinAPI_GetLocaleInfo

###Description###
Retrieves information about a locale specified by identifier.

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


###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
	The one of the locale information constants ($LOCALE_*) to retrieve.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	String containing the requested information.
Failure 	Empty string and sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetLocaleInfo


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