Hello,
I'm trying to use the new Translation Set object to translate the choiceLabels of a multipleDropdownField, but I don't see a way to get several items from the translation object to assemble that array.
Does anyone know if it is possible to do this?
Discussion posts and replies are publicly visible
It'll look something like this:
Thanks for the help, but I have the values to translate in a table in the database, because it could be that the elements to show in the multipleDropdownField are increasing.
I think the point of the new Translation Set object is that you no longer need to visit a database to get the translations for your labels (whether those are filed labels or labels for your dropdown labels). Is the issue that you wanting to manage the labels and values as two correlating lists, rather than have them in separate resources?