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
Syntax public bool HideLanguagePrefixForDefaultCulture { get; set; }
Property Value
Type:
BooleanRemarks Set 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