GlobalizationSection.UICulture Property
.NET Framework (current version)
Gets or sets a value specifying the default culture for processing locale-dependent resource searches.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("uiCulture", DefaultValue := "")> Public Property UICulture As String
Property Value
Type: System.StringThe default culture for processing locale-dependent resource searches.
The UICulture property specifies the default culture for processing locale-dependent resource searches.
The following code example demonstrates how to use the UICulture 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: