RequestHeaders.AcceptLanguage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Accept-Language
header for an HTTP request.
public:
property System::Collections::Generic::IList<Microsoft::Net::Http::Headers::StringWithQualityHeaderValue ^> ^ AcceptLanguage { System::Collections::Generic::IList<Microsoft::Net::Http::Headers::StringWithQualityHeaderValue ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Net::Http::Headers::StringWithQualityHeaderValue ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Net.Http.Headers.StringWithQualityHeaderValue> AcceptLanguage { get; set; }
member this.AcceptLanguage : System.Collections.Generic.IList<Microsoft.Net.Http.Headers.StringWithQualityHeaderValue> with get, set
Public Property AcceptLanguage As IList(Of StringWithQualityHeaderValue)