LanguageCreate Method (String, String) |
Namespace:
DotNetBrowser.SpellCheck
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public static Language Create(
string code,
string region
)
Parameters
- code
- Type: SystemString
The language code. - region
- Type: SystemString
The language code.
Return Value
Type:
LanguageThe
Language instance.
See Also