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)

abstract UserLanguages : string[] with get
override UserLanguages : string[] with get

Property Value

Type: 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: