Table of Contents
AcceptLanguage Property

Gets or sets the Accept-Langauge header entry.

Syntax
 public String AcceptLanguage { get; set; }
Remarks

By default, the "Accept-Language" header entry in the HTTP request is set to "en-US". If the server supports multiple languages, it can use this entry to determine which version of the page to send. Use this property to override this value. For example, if you set it to "de-DE" and load Google's home page, then the German version of Google's homepage will be loaded.

See here for a list of the language.

See Also