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  | 
| 
                   localizable  | 
                   Type: TcHmiSrv.Core.ILocalizable  | 
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.