Table of Contents

Method Create

Namespace
DotNetBrowser.SpellCheck
Assembly
DotNetBrowser.dll

Create(string, string)

Initializes the Language instance with the given Code and Region.

public static Language Create(string code, string region)

Parameters

code string

The language code.

region string

The language code.

Returns

Language

The Language instance.

Create(string)

Initializes the Language instance with the given Code.

public static Language Create(string code)

Parameters

code string

The language code.

Returns

Language

The Language instance.