Click or drag to resize
SiteCultureConstraintHideLanguagePrefixForDefaultCulture Property
Indicates if the language prefix for default culture should be hidden.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public bool HideLanguagePrefixForDefaultCulture { get; set; }

Property Value

Type: Boolean
Remarks
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