LanguageFromString Method  | 
 
                Returns the 
Language instance by its string representation.
            
 
    Namespace: 
   DotNetBrowser.Ui
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.5
Syntaxpublic static Language FromString(
	string value
)
Parameters
- value
 - Type: SystemString
The language string representation 
Return Value
Type: 
LanguageThe 
Language instance that corresponds to the provided string representation.
See Also