HttpRequestWrapper::UserLanguages Property
.NET Framework (current version)
Gets a sorted array of client language preferences.
Assembly: System.Web (in System.Web.dll)
public: property array<String^>^ UserLanguages { virtual array<String^>^ get() override; }
Property Value
Type: array<System::String^>^A sorted array of client language preferences, or null if the array is empty.
.NET Framework
Available since 3.5
Available since 3.5
Show: