-
Hello everyone, I am struggling to retrieve the translation for the indicator fields. For instance, for the field How to you populate the labels for those indicator radio fields? Related information: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello, everyone, |
Beta Was this translation helpful? Give feedback.
-
Indicator fields have related codelist, e.g. "indicator_required.gc", you may get translations from that file (xml) or from translation file e.g. "code_en.xml" using constant "code|name|indicator.true". However they seem to be not translated and have translated values True and False. |
Beta Was this translation helpful? Give feedback.
-
We are working on the labels for the technical codelists so for example code|name|indicator will have "Yes" as the label for true and "No" for false, and translated into the other 23 languages. For now, we haven't defined any labels of type when-true or when-false as we have no immediate need for them when displaying the data, e.g. we can put "Natural Person: Yes". |
Beta Was this translation helpful? Give feedback.
We are working on the labels for the technical codelists so for example code|name|indicator will have "Yes" as the label for true and "No" for false, and translated into the other 23 languages.
For now, we haven't defined any labels of type when-true or when-false as we have no immediate need for them when displaying the data, e.g. we can put "Natural Person: Yes".