Page.UICulture Property

Definition

Sets the user interface (UI) ID for the Thread object associated with the page.

protected string UICulture { set; }
[System.ComponentModel.Browsable(false)]
public string UICulture { get; set; }

Property Value

The UI ID.

Attributes

Remarks

This property is a shortcut for the CurrentThread property. The culture is a property of the executing thread

Set the UICulture attribute in the @ Page directive in the .aspx file. When the page is requested, the dynamically generated class sets the value of this property. In addition, you can also explicitly set the value of the UICulture property in the globalization element of the Web.config file.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also