ITcHmiSrvExtAsyncHost.LocalizeAsync Method

Localizes an ILocalizable as an asynchronous operation.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

Task<string> LocalizeAsync(
    Context context,
    ILocalizable localizable
)

Parameters

context

Type: TcHmiSrv.Core.Context
The Context under which the localizable should be localized.

localizable

Type: TcHmiSrv.Core.ILocalizable
The ILocalizable to localize.

Return Value

Type: Task.String.
A Task.TResult. that represents the asynchronous operation. The Result of the Task.TResult. returns a String that contains the localized text.

Reference

ITcHmiSrvExtAsyncHost Interface

TcHmiSrv.Core Namespace