Hi all,
does anyone of you know if and if yes, how, it is possible to have i18n options in the declarative user profile?
So, e.g., I’m creating a custom managed attribute “department” and add the options validator with several option values. In the annotation I have the inputType=select.
On the realm, localization is enabled with several languages.
Now, I want somehow the options of the select box being displayed in admin/account/registration ui to appear in some language-specific translation, e.g. having the option value “sales”, should be displayed for English as “Sales” and Germany as “Vertrieb”. Best: the internal value is still “sales”.
Is this somehow possible without adjusting the Freemarker template code for this?
Does this anybody know? I tried several things, but so far no success…
Thanks for your help in advance! ![]()