Click or drag to resize

LanguageCreate Method (String)

Initializes the Language instance with the given Code.

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

Parameters

code
Type: SystemString
The language code.

Return Value

Type: Language
The Language instance.
See Also