IEngineExtensionsLocalize Method (IEngine, String, Object) |
Namespace:
Dundas.BI.Web
Assembly:
Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static string Localize(
this IEngine engine,
string key,
params Object[] formatArgs
)
<ExtensionAttribute>
Public Shared Function Localize (
engine As IEngine,
key As String,
ParamArray formatArgs As Object()
) As String
public:
[ExtensionAttribute]
static String^ Localize(
IEngine^ engine,
String^ key,
... array<Object^>^ formatArgs
)
[<ExtensionAttribute>]
static member Localize :
engine : IEngine *
key : string *
formatArgs : Object[] -> string
Parameters
- engine
- Type: Dundas.BIIEngine
- key
- Type: SystemString
- formatArgs
- Type: SystemObject
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEngine. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also