171 views
in GUI Development by
Hi,

Just wondering whether there's a way to access the language versions of a Constant. For example, language is set to English but I'd like the German version of a certain string constant. The reason I'd like to do this is that in my language selection screen I don't yet know the language that the user speaks so the button labels will cycle through all of the languages. The work-around would be to store all of the labels in string constants with only a Default but would be nice not to have to duplicate them (as I need them properly localised later).

thanks, ...rob

1 Answer

0 votes
by
 
Best answer

Hello Robert,

a way to access the language versions of a Constant.

No, there is no possibility to access the language specific values individually. The value always corresponds to the actually selected language.

The work-around would be to store all of the labels in string constants with only a Default but would be nice not to have to duplicate them (as I need them properly localised later).

This is exact the approach I would recommend you.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...