ILocalizable Interface
Provides an interface for a localizable object that contains a language variable and parameters.
          Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public interface ILocalizableThe ILocalizable type exposes the following members.
Properties
| 
                   
  | 
                   Name  | 
                   Description  | 
|---|---|---|
| 
                   
                      | 
                   Gets the domain of the language variable. The language file of this domain will be used for localization.  | |
| 
                   
                      | 
                   Contains the name of the language variable.  | |
| 
                   
                      | 
                   Gets the parameters of the localizable object. The names of the parameters must match the placeholders in the localization string.  | |
| 
                   
                      | 
                   Gets the Severity of the localizable object.  | |
| 
                   
                      | 
                   Gets the ValueType of the localizable object that will be ValueType_Message or ValueType_Alarm.  |