Hi Everyone,
How can I set up a Double opt for other languages? I would like to create multiple double opt in for multiple subscription in different languages.
Thank you!
Hi Everyone,
How can I set up a Double opt for other languages? I would like to create multiple double opt in for multiple subscription in different languages.
Thank you!
Hi Catermina,
there's no OOB multilingual support. However, you can use form-level DoI (released in April). In addition to eg registration form in different languages (better to have one language per journey) you can use form-level DoI. It will allow you to send confirmation emails and display Thank you pages on respective languages.
Hope this helps
Elena
Hi Catermina,
We could create a custom field for Contact entity to save their language.
Then display different language content based on the field value by dynamic expression.(multiple conditional statements)
e.g:
{{if (eq contact.new_language 'en')}}
Please confirm your new level of consent:
{{else if (eq contact.new_language 'fr')}}
Veuillez confirmer votre nouveau niveau de consentement:
{{else if (eq contact.new_language 'de')}}
Bitte bestätigen Sie Ihr neues Zustimmungsniveau:
{{/if}}
You could take my answer in the thread below as reference for preview:
Regards,
Clofly
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156