Gets the natural languages which are preferred for the response.
Namespace:
WebSocketSharp.Net
Assembly:
C-DEngine (in C-DEngine.dll)
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.