Gets the natural languages that are preferred for the response.

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
public string[] UserLanguages { get; }

Field 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.

See Also