LanguageFromCulture Method  | 
 
                Initializes the 
Language instance from the specified culture information.
            
 
    Namespace: 
   DotNetBrowser.Ui
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.1
Syntaxpublic static Language FromCulture(
	CultureInfo cultureInfo
)
Parameters
- cultureInfo
 - Type: System.GlobalizationCultureInfo
The culture information. 
Return Value
Type: 
LanguageThe 
Language instance.
See Also