SP.Utilities.Utility.getLocalizedLayoutsPageUrl(pageName) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the URL to the localized version of the specified page.
var value = SP.Utilities.Utility.getLocalizedLayoutsPageUrl(pageName);
Parameters
pageName
Type: string
The page for which the localized version is returned.
Return Value
Type: string
The URL to the localized page.
Remarks
This method returns the same value as the SP.Utilities.Utility.getLayoutsPageUrl method.