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