LocalizationMapping
Changes the designation for each localization identifier.
A simple list of options can be compiled in the Engineering. Each option consists of these components:
- Code: Localization identifier (e.g.: de-DE)
- Text: Display text
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiLocalizationSelect.ListItemList
Attribute getter
public getLocalizationMapping(): TcHmi.Controls.Beckhoff.TcHmiLocalizationSelect.ListItem[] | any[] | Dictionary<any>;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Controls.Beckhoff.TcHmiLocalizationSelect.ListItem[] | any[] | Dictionary<any>, null | The current value of the attribute. |
Attribute setter
public setLocalizationMapping(valueNew: TcHmi.Controls.Beckhoff.TcHmiLocalizationSelect.ListItem[] | any[] | Dictionary<any> | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.Controls.Beckhoff.TcHmiLocalizationSelect.ListItem[] | any[] | Dictionary<any>, null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.12.744 |
