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

Parameters

key
Type: SystemString
The key.
formatArgs
Type: SystemObject
The format arguments.

Return Value

Type: String
The localized string.
See Also