Open this page in the API Guide

ComponentBase.Localize Method

Localizes the specified string using the engine localization service.

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
protected string Localize(
	string key,
	params Object?[] formatArgs
)

Parameters

key
Type: System.String
The key.
formatArgs
Type:System.Object[]
The format arguments.

Return Value

Type: String
The localized string.
See Also