Open this page in the API Guide

TokenDefinition.DefineLocalizedCaption Method

Defines the localized caption.

Namespace:  Dundas.BI.Data.Parameters.Tokens
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void DefineLocalizedCaption(
	CultureInfo culture,
	string caption
)

Parameters

culture
Type: System.Globalization.CultureInfo
The culture.
caption
Type: System.String
The caption.
Exceptions
ExceptionCondition
ArgumentExceptioncaption is Empty or null.
ArgumentNullExceptionculture is null.
See Also