LanguageCreate Method (String, String) | 
  
    Namespace: 
   DotNetBrowser.SpellCheck
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntaxpublic 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