Hello,
My question is:
How to translate the value of the radio button group in order to put it in the email OR how to put in the email a radio button translated label ?
I know how to translate the label, but how to translate the value?
I have this options in my radio group with name "service_type"
value1={l:transfer}
value2={l:dispo_bus}
In Loop I retrieve the value with this: {var:loop_all_fields.row.service_type}
but Loop gives me only value which is not translated and I need to localize the value.
Regards.
My question is:
How to translate the value of the radio button group in order to put it in the email OR how to put in the email a radio button translated label ?
I know how to translate the label, but how to translate the value?
I have this options in my radio group with name "service_type"
value1={l:transfer}
value2={l:dispo_bus}
In Loop I retrieve the value with this: {var:loop_all_fields.row.service_type}
but Loop gives me only value which is not translated and I need to localize the value.
Regards.