LocalizationInfo Constructor

Initializes a new instance of the LocalizationInfo class.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public LocalizationInfo(
	CultureInfo culture,
	Guid moduleId,
	string name,
	bool isOverride
)

Parameters

culture
Type: System.GlobalizationCultureInfo
The culture.
moduleId
Type: SystemGuid
The module identifier.
name
Type: SystemString
The name.
isOverride
Type: SystemBoolean
The value of represents an override localization.
Exceptions
ExceptionCondition
ArgumentNullExceptionculture is .
ArgumentExceptionmoduleId is Empty. or name is not a valid non-empty string.
See Also