System.Net.HttpClientComponent.TNetHTTPClient.AcceptLanguage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AcceptLanguage: string read GetAcceptLanguage write SetAcceptLanguage;

C++

__property System::UnicodeString AcceptLanguage = {read=GetAcceptLanguage, write=SetAcceptLanguage};

Properties

Type Visibility Source Unit Parent
property published
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent TNetHTTPClient

Description

Property to manage the Accept-Language header that the TNetHttpClient component adds to any request.

The Accept-Language property specifies the preferred languages for a response.

See Also