SiteCultureConstraintHideLanguagePrefixForDefaultCulture Property |
Indicates if the language prefix for default culture should be hidden.
Namespace: Kentico.Content.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntaxpublic bool HideLanguagePrefixForDefaultCulture { get; set; }
Property Value
Type:
Boolean
RemarksSet this property to true if language prefixes are used for the URLs to identify the culture
and the language prefix should be hidden for the URLs in default culture.
See Also