TcHmiAsyncLogger.Localize Method (String, .String.)

Localizes a Message with the specified 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(
    string name,
    params string[] parameters
)

Parameters

name

Type: System.String
The name of the Message to localize.

parameters

Type: .System.String.
The parameters of the Message to localize.

Return Value

Type: String
The localized String.

Reference

TcHmiAsyncLogger Class

Localize Overload

TcHmiSrv.Core.General Namespace