Page::UICulture Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets the user interface (UI) ID for the Thread object associated with the page.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property String^ UICulture { String^ get(); void set(String^ value); }
This property is a shortcut for the CurrentThread property. The culture is a property of the executing thread
Set the UICulture attribute in the 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 of the Web.config file.
.NET Framework
Available since 1.1
Available since 1.1
Show: