###User Defined Function###
_WinAPI_ShellRemoveLocalizedName

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

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


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

###ReturnValue###
@@ReturnTable@@
Success 	1.
Failure 	0 and 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@@ SHRemoveLocalizedName


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