Click or drag to resize
PageUrlPathLanguagePrefixFormatChangerChangeForCulture Method
Change URL language prefix format of page URL paths for given culture.

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public void ChangeForCulture(
	PageRoutingUrlLanguagePrefixFormatEnum newFormat,
	string cultureCode
)

Parameters

newFormat
Type: CMS.DocumentEngine.RoutingPageRoutingUrlLanguagePrefixFormatEnum
New URL language prefix format.
cultureCode
Type: SystemString
Culture code.
See Also