Gets or sets a value indicating whether the GlobalizationSection.Culture and GlobalizationSection.UICulture properties should be based on the System.Net.HttpRequestHeader.AcceptLanguage header field value that is sent by the client browser.
Documentation for this section has not yet been entered.
When the GlobalizationSection.EnableClientBasedCulture property is enabled, the GlobalizationSection.Culture and GlobalizationSection.UICulture properties are based on the System.Net.HttpRequestHeader.AcceptLanguage header field value that is sent by the client browser. If the System.Net.HttpRequestHeader.AcceptLanguage header value cannot be mapped to a specific culture, the GlobalizationSection.Culture and GlobalizationSection.UICulture values are used. The default value is false.