System.Web.UI.Page.UICulture Property

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

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public string UICulture { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is a shortcut for the System.Threading.Thread.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 Page.UICulture property in the globalization element of the Web.config file.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0