HttpRequestBase::UserLanguages Property

 

When overridden in a derived class, gets a sorted array of client language preferences.

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

public:
property array<String^>^ UserLanguages {
	virtual array<String^>^ get();
}

Property Value

Type: array<System::String^>^

A sorted array of client language preferences, or null if the array is empty.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: