Click or drag to resize
CultureInfo Constructor (DataRow)
Constructor, creates the CultureInfo object from the given DataRow data.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax
C#
public CultureInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Data row with the culture info data
See Also