Click or drag to resize
PageInfoProviderRemoveCulturePrefix Method (String, String, CultureInfo)
Returns culture code or culture alias defined in URL and removes it from input path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string RemoveCulturePrefix(
	ref string path,
	string siteName,
	ref CultureInfo ci
)

Parameters

path
Type: SystemString
Url path
siteName
Type: SystemString
Site name
ci
Type: CMS.LocalizationCultureInfo
Culture info for current culture prefix in URL

Return Value

Type: String
See Also