GlobalizationSection.Culture Property
.NET Framework (current version)
Gets or sets a value specifying the default culture for processing incoming Web requests.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("culture", DefaultValue := "")> Public Property Culture As String
The Culture property returns the default culture for processing incoming Web requests.
The following code example demonstrates how to use the Culture property. This code example is part of a larger example provided for the GlobalizationSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: