Translating special characters
The labels of the combo boxes must be translated if a user changes the report language. Characters such as the colon (:) present a problem because the colon does not form part of the strings in the table of names and texts.
For example, in cell B6, the label, Measure is translated if the report language is changed. But if we insert a colon after Measure, the string is not translated.
An incorrect solution is to change Measure in the Table of Names and Texts to Measure:. Another is to have two versions of each string, one with and one without the colon.
Here is the correct solution: