Click or drag to resize

LanguageFromCulture Method

Initializes the Language instance from the specified culture information.

Namespace:  DotNetBrowser.Ui
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.0
Syntax
C#
public static Language FromCulture(
	CultureInfo cultureInfo
)

Parameters

cultureInfo
Type: System.GlobalizationCultureInfo
The culture information.

Return Value

Type: Language
The Language instance.
See Also