AcceptLanguage Property

Google API

This optional argument supplies the host language of the application making the request. If this argument is not present then the system will choose a value based on the value of the Accept-Language http header. If this header is not present, a value of en is assumed.

Namespace:  Google.API
Assembly:  GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)

Syntax

C#
public string AcceptLanguage { get; set; }
Visual Basic (Declaration)
Public Property AcceptLanguage As String
Visual C++
public:
property String^ AcceptLanguage {
	String^ get ();
	void set (String^ value);
}

Field Value

The accept language.

See Also