GregorianProviderLocalize Method |
Localizes the specified string using the engine localization service.
Namespace:
Dundas.BI.Data.TimeDimensionProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax protected 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