TcHmiAsyncLogger.Localize Method (ITcHmiSrvExtAsyncHost, Context, String, .String.)
Localizes a Message with the specified ITcHmiSrvExtAsyncHost, Context, name and parameters.
Namespace: TcHmiSrv.Core.General
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static string Localize(
ITcHmiSrvExtAsyncHost host,
Context context,
string name,
params string[] parameters
)
Parameters
host |
Type: TcHmiSrv.Core.ITcHmiSrvExtAsyncHost |
context |
Type: TcHmiSrv.Core.Context |
name |
Type: System.String |
parameters |
Type: .System.String. |