Share via


HttpListenerRequest.UserLanguages Property

Gets the natural languages that are preferred for the response.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public string [] UserLanguages { get; }

Property Value

A String array that contains the languages specified in the request's AcceptLanguage header, or null if the client request did not include an AcceptLanguage header.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

HttpListenerRequest Class
HttpListenerRequest Members
System.Net Namespace