Click or drag to resize
Locale Constructor
Create a Locale instance.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public Locale(
	int id,
	string ISOCode,
	string name,
	string nativeName,
	IDataContext dataContext
)

Parameters

id
Type: SystemInt32
Id for this locale.
ISOCode
Type: SystemString
ISO code for this locale.
name
Type: SystemString
English name of the locale.
nativeName
Type: SystemString
Native name or names of the locale.
dataContext
Type: ArtDatabanken.DataIDataContext
Data context.
See Also