GlobalizationSection.UICulture Property

 

Gets or sets a value specifying the default culture for processing locale-dependent resource searches.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

<ConfigurationPropertyAttribute("uiCulture", DefaultValue := "")>
Public Property UICulture As String

Property Value

Type: System.String

The 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.

' Display UICulture property.
Console.WriteLine("UICulture: {0}", _
 configSection.UICulture)

.NET Framework
Available since 2.0
Return to top
Show: