Language  Conversion (CultureInfo to Language) | 
 
                Returns the 
Language instance by the specified culture information.
            
 
    Namespace: 
   DotNetBrowser.SpellCheck
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.17.0
Syntaxpublic static explicit operator Language (
	CultureInfo cultureInfo
)
Parameters
- cultureInfo
 - Type: System.GlobalizationCultureInfo
The culture information. 
Return Value
Type: 
Language
                The 
Language instance that corresponds to the specified culture information.
            
See Also