ComponentBaseLocalize 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 (26.2.0.1000)
Syntax
protected string Localize(
	string key,
	params Object?[] formatArgs
)

Parameters

key  String
The key.
formatArgs  Object
The format arguments.

Return Value

String
The localized string.
See Also