GregorianProviderLocalize Method |
Localizes the specified string using the engine localization service.
Namespace: Dundas.BI.Data.TimeDimensionProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 String
- The key.
- formatArgs Object
- The format arguments.
Return Value
StringThe localized string.
See Also