Hello everyone,
I am looking for an idea or solution to the following problem:
I have to create a questionnaire in 5 languages and insert a link to the privacy policy. The problem is that one language can be associated with several countries (e.g. French for both France and Belgium).
What is the best way to configure the question type Text / Graphic to meet this requirement?
I thought about using a Piped Text via Survey Flow, e.g.: if language is FR and country is BE then the Embedded Data ‘link_privacy’ is ‘<a href=’https://test/fr-be/privacy‘>Politique de confidentialité</a>’, but this is not a robust solution. I could have the browser set to English and visit a site in French, at which point logic would dictate that the text above would be written in French instead of English.
An alternative I have considered is to create many texts/graphics, one for each language+country combination, and set up the display logic. Then I would have the translations in various languages and the correct link, but that doesn't seem like an easy solution.
Do you have any quicker and/or more robust suggestions?
Thanks