C-DEngine 5.105

HttpListenerRequest..::..UserLanguages Property

Gets the natural languages which are preferred for the response.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string[] UserLanguages { get; }
Public ReadOnly Property UserLanguages As String()
	Get
public:
property array<String^>^ UserLanguages {
	array<String^>^ get ();
}

Field Value

An array of String that contains the natural language names in the Accept-Language request-header, or nullNothingnullptra null reference (Nothing in Visual Basic) if the request didn't include an Accept-Language header.