[SOLVED] Translation from OptionSets doesn't work anymore in Dropdown menu

I use Translation in dropdown menu this way .

First, I created an Optionset with English labels as Options and Translations as Attributes.

Secondly, In a dropdownmenu, In Conditional option, I search which language is in user database ( en_us, fr_fr, it_it,es_es … ) and use it as a condition to change the values of the option caption of the dropdown menu.

This way of translation was working very well for many months now (Novembre 2021).

It doesn’t work anymore, do you have an idea where it could come from?

Did you find how to solve this problem?

Yes I found a solution.
1st : Language code must be saved in user data : fr_fr en_us, it_it, de_de …
2nd : I decided to “send” this data in the URL adress, everytime the user opens a new page.
In workflow :

3rd : In the Dropdownmenu : in Conditional, I put a condition on the URL data (instead of the user’s data)

It solved my problem. Hope it’ll help you.

1 Like

Nearly! But I want to select a language on one page and change the language of the options. The page is reloading, but the url cannot be changed

Decided like this:

  1. as if I go to the same page + I pass the parameter to the url
  2. reload the page

This topic was automatically closed after 70 days. New replies are no longer allowed.