Remaps the Special Pages such as Home, Profile, Search to their localized versions

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
void MapLocalizedSpecialPages(
	int portalId,
	string cultureCode
)
Visual Basic
Sub MapLocalizedSpecialPages ( 
	portalId As Integer,
	cultureCode As String
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Portals.IPortalController.MapLocalizedSpecialPages(System.Int32,System.String)
cultureCode
Type: System..::..String
paramcultureCodeM:DotNetNuke.Entities.Portals.IPortalController.MapLocalizedSpecialPages(System.Int32,System.String)

Remarks