Forum Discussion
JulieMichelot
2 years agoActive Member
Unsubscribe and opt-in pages
Hi all,
I work for France and share the Braze account with other English speaking countries.
We have unique and shared unsubscribe and opt-in pages but having it in English doesn't make me happy 😞
Is there any way to get around an create multiple pages ? Any other ideas to share ?
Thanks !
- MaxSpecialist
Hey, it's not currently possible to create different pages. What you can do is edit the Preferences Center for each subscription group and create different pages.
For the general unsubscribe and opt-in page, you can use the Language Liquid tag to display different translations. Just add the {% if {{${language}}} == 'de' %} or {% if {{${language}}} == 'fr' %} condition, integrate your content and close the condition, like:
{% if {{${language}}} == 'de' %}Du hast dich erfolreich abgemeldet.{% else %}You have successfully unsubscribed.{% endif %}
Related Content
- 31 days ago
- 6 months ago
- 5 months ago