###User Defined Function###
_WinAPI_ShellGetLocalizedName

###Description###
Retrieves the localized name of a file in a Shell folder.

###Syntax###
#include <WinAPIShellEx.au3>
_WinAPI_ShellGetLocalizedName ( $sPath )


###Parameters###
@@ParamTable@@
$sPath
	The path to the target file.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The array that contains the following information:
	[0] - The path to the module containing string resource that specifies the localized version of the file name.
	[1] - ID of the localized file name resource.
Failure 	Sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.
@@End@@


###Remarks###
This function requires <strong>Windows Vista or later</strong>.


###Related###


###See Also###
@@MsdnLink@@ SHGetLocalizedName


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