Table of Contents

Property Language

Namespace
DotNetBrowser.Engine
Assembly
DotNetBrowser.dll

Language

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

public Language Language { get; set; }

Property Value

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.