The tariff package descriptions with row X and column Y defined in the CWT configuration file correspond to the user interface label with the name:
Name='TariffDescriptionLabel_[Y+1]_[X+1]'
Note: In the CWT configuration file indexes start with 0, but in the user interface definition they start with 1. |
Example:
If the above tariff 'sample' is selected, the user interface label Name='TariffDescriptionLabel_1_2' will contain the string “Sat-Sun:”.
_1_2 => Column 1-1=0 and Row 2-1=1 =>
<description row="1" col="0" string="Sat@-@Sun@:"/>
Note: The string value has @-signs which is a divider for translation. In our case the words "Sat", "-", "Sun", and ":" are translated and the translation is transparent. |