Click or drag to resize

EngineOptionsBuilderLanguage Property

Gets or sets the Chromium language that is used on the default error pages and message dialogs.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public Language Language { get; set; }

Property Value

Type: Language
The Chromium language.
Remarks

By default, the language is dynamically configured according to the default locale of the application. If the list of supported languages does not contain the language obtained from the application locale, then the US English language is used. This property allows you to override the default behavior and configure the Chromium engine with the given language.

See Also