Open this page in the API Guide

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 (25.1.0.1000)
Syntax
public LocalizationInfo(
	CultureInfo culture,
	Guid moduleId,
	string name,
	bool isOverride
)

Parameters

culture
Type: System.Globalization.CultureInfo
The culture.
moduleId
Type: System.Guid
The module identifier.
name
Type: System.String
The name.
isOverride
Type: System.Boolean
The value of true represents an override localization.
Exceptions
ExceptionCondition
ArgumentNullExceptionculture is null.
ArgumentExceptionmoduleId is Empty. or name is not a valid non-empty string.
See Also