Click or drag to resize
StyleInfoCultureDisplayName Method
Formats a culture name for display in the Designer.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static string CultureDisplayName(
	CultureInfo cultureInfo
)

Parameters

cultureInfo
Type: System.GlobalizationCultureInfo
The culture object to convert.

Return Value

Type: String
A formatted string representing the culture name.
See Also