Radio button localization, workflow?

I have a radio button that’s connected to App Text(Dropdown options), so when the user has “lang=en_us” in the URL it displays “Yes” and “No” and when the “lang=es_es” it says “Ci” and “No”.

I break-down the “App Text (Dropdown options)” to an array using two consecutive commas as the delimiter.


Now, I want to create a workflow that does something when the user selects the first option and something else when he selects the second option.

How do I do that dynamically without specifying the value in both languages?

Anyone?

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