Click or drag to resize

RecroDictGetCurrentCultureInfo Method

Gets the current culture information.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static CultureInfo GetCurrentCultureInfo(
	string language
)

Parameters

language
Type: SystemString

[Missing <param name="language"/> documentation for "M:Recrovit.RecroGridFramework.RecroDict.GetCurrentCultureInfo(System.String)"]

Field Value

Type: CultureInfo
The current culture information.

Return Value

Type: CultureInfo

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroDict.GetCurrentCultureInfo(System.String)"]

See Also