###User Defined Function###
_WinAPI_EnumUILanguages

###Description###
Enumerates the user interface languages that are available on the operating system.

###Syntax###
#include <WinAPILocale.au3>
_WinAPI_EnumUILanguages ( [$iFlag = 0] )


###Parameters###
@@ParamTable@@
$iFlag
	[optional] The flag identifying the language format. This parameter must be 0 or one of the following values <strong>Windows Vista or later</strong>:
		$MUI_LANGUAGE_ID
		$MUI_LANGUAGE_NAME
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The array of the UI language identifiers or language names.
Failure 	Sets the @error flag to non-zero.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ EnumUILanguages


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