Click or drag to resize

LanguageCreate Method (String, String)

Initializes the Language instance with the given Code and Region.

Namespace:  DotNetBrowser.SpellCheck
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.1
Syntax
C#
public static Language Create(
	string code,
	string region
)

Parameters

code
Type: SystemString
The language code.
region
Type: SystemString
The language code.

Return Value

Type: Language
The Language instance.
See Also