Hi guys,
Right after my first issue posted on this forum, here is my first question : Is it possible to translate the values of my select fields into different languages to be displayed on my website ?
If i’m correct, the following code only translates the PANEL options :
field:
label: check
type: checkboxes
options:
a:
en: this is an option
fr: voici une option
b:
en: another one
fr: une autre
What I want is to translate for the end user so when he sets the website in /en/ he reads “this is an option” and when he switches in /fr/ he sees “voici une option”
It’s been a while now that I’ve been looking for answers. The closest I got is this sentence from @texnixe :
Note that this will not add a translation to the file, you can, however, translate the options in your language files.
I bet there is a simple solution… I apologies If I missed something obvious.
Thanks in advance for your help guys !