Click or drag to resize

EngineOptionsLanguage Property

Gets 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; }

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.

See Also