###User Defined Function###
_WinAPI_GetGeoInfo

###Description###
Retrieves information about a specified geographical location.

###Syntax###
#include <WinAPILocale.au3>
_WinAPI_GetGeoInfo ( $GEOID, $iType [, $iLanguage = 0] )


###Parameters###
@@ParamTable@@
$GEOID
	The identifier for the geographical location (GEOID) for which to get information.
$iType
	The type of information to retrieve. It can be one of the following values.
	$GEO_NATION
	$GEO_LATITUDE
	$GEO_LONGITUDE
	$GEO_ISO2
	$GEO_ISO3
	$GEO_LCID
	$GEO_FRIENDLYNAME
	$GEO_OFFICIALNAME
	$GEO_TIMEZONES
	$GEO_OFFICIALLANGUAGES

	<strong>Windows Vista or later</strong>
	$GEO_RFC1766

	Windows 8 or later
	$GEO_ISO_UN_NUMBER
	$GEO_PARENT
$iLanguage
	[optional] The language identifier, used with the geographical location.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	1.
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetGeoInfo


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