ILocalizable Interface

Provides an interface for a localizable object that contains a language variable and parameters.

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

Syntax

C#

public interface ILocalizable

The ILocalizable type exposes the following members.

Properties

 

Name

Description

ILocalizable Interface 1:

Domain

Gets the domain of the language variable. The language file of this domain will be used for localization.

ILocalizable Interface 2:

Name

Contains the name of the language variable.

ILocalizable Interface 3:

Parameters

Gets the parameters of the localizable object. The names of the parameters must match the placeholders in the localization string.

ILocalizable Interface 4:

Severity

Gets the Severity of the localizable object.

ILocalizable Interface 5:

Type

Gets the ValueType of the localizable object that will be Message or Alarm.

Reference

TcHmiSrv.Core Namespace