Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser
- Classes
- AfterPrintEventArgs Class
- BeforeContextMenuEventArgs Class
- BeforeDownloadEventArgs Class
- BeforeNavigateEventArgs Class
- BeforePrintEventArgs Class
- BeforeRequestLoadEventArgs Class
- BrowserObject Class
- CertificateErrorEventArgs Class
- CommandEventArgs Class
- CommandIds Class
- ConsoleMessageEventArgs Class
- ContextMenu Class
- ContextMenuInfo Class
- DOMNodeEventArgs Class
- DOMNodeInfo Class
- DownloadEventArgs Class
- DownloadItem Class
- DownloadResult Class
- FileDialogEventArgs Class
- FindSession Class
- Frame Class
- FrameEventArgs Class
- FullscreenModeChangedArgs Class
- GiveFocusEventArgs Class
- JSDialogEventArgs Class
- JSException Class
- JSExtInvokeArgs Class
- JSFunction Class
- JSInvokeException Class
- JSNull Class
- JSObject Class
- JSRealObject Class
- JSUndefined Class
- LaunchUrlEventArgs Class
- LoadCompletedEventArgs Class
- LoadFailedEventArgs Class
- MenuItem Class
- MenuItemCollection Class
- NavigationTask Class
- NeedClientCertificateEventArgs Class
- NeedCredentialsEventArgs Class
- NewWindowEventArgs Class
- PostDataCollection Class
- PostDataItem Class
- PreloadTask Class
- RawBitmapData Class
- RenderUnresponsiveEventArgs Class
- Request Class
- RequestCanceledException Class
- RequestEventArgs Class
- RequestPermissionEventArgs Class
- ResourceHandler Class
- ResourceHandlerContext Class
- Response Class
- ResponseEventArgs Class
- Runtime Class
- ScriptTask Class
- ScriptTaskDoneEventArgs Class
- Shortcut Class
- ShouldForceDownloadEventArgs Class
- SSLStatus Class
- ThreadRunner Class
- WebView Class
- WebView Class
- WebView Members
- WebView Constructor
- Properties
- Properties
- AcceptLanguage Property
- AllowDropLoad Property
- CanEvalScript Property
- CanGoBack Property
- CanGoForward Property
- Downloads Property
- Engine Property
- Favicon Property
- Handle Property
- HasFocus Property
- InputMsgFilter Property
- IsCreated Property
- IsFullscreenMode Property
- IsLoading Property
- IsNewWindow Property
- IsReady Property
- JSInitCode Property
- LastJSException Property
- ObjectForScripting Property
- Shortcuts Property
- StatusMessage Property
- ThreadRunner Property
- Title Property
- UnloadDelay Property
- Url Property
- WindowName Property
- ZoomFactor Property
- Methods
- Events
- WebViewClosedEventArgs Class
- WebViewClosingEventArgs Class
- WebViewTask Class
- Interfaces
- Enumerations
- Delegates
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
AcceptLanguage Property |
Gets or sets the Accept-Langauge header entry.
Syntax
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