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 (25.3.0.1000)
Syntaxprotected string Localize(
	string key,
	params Object?[] formatArgs
)
Protected Function Localize ( 
	key As String,
	ParamArray formatArgs As Object()
) As String
protected:
String^ Localize(
	String^ key, 
	... array<Object^>^ formatArgs
)
member Localize : 
        key : string * 
        formatArgs : Object[] -> string 
Parameters
- key
 - Type: SystemString
The key. - formatArgs
 - Type: SystemObject
The format arguments. 
Return Value
Type: 
StringThe localized string.
See Also