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