ITcHmiSrvExtHost.Localize Method

Localizes an ILocalizable.

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

Syntax

C#

string Localize(
    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: String
A String that contains the localized text.

Reference

ITcHmiSrvExtHost Interface

TcHmiSrv.Core Namespace