Determines if the browser language should define which language is used
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ManagerTabAttribute(ManagerTab.Language)] [ConfigurationPropertyAttribute("pageUseBrowserLanguagePreferences", DefaultValue = "false", IsRequired = false)] [BoolValidatorAttribute] public bool PageUseBrowserLanguagePreferences { get; set; } |