-
Notifications
You must be signed in to change notification settings - Fork 161
Description
Hi @pierre-b 👋
I have a question / feature request regarding contact language preferences.
Use case
I want to send localized emails based on the contact language, for example:
- If the contact language is
en, they receive the English version - If the contact language is
caores, they receive the corresponding version
This can already be handled with segmentation (filter by language), which is great.
What’s missing
I’d love a way for the subscriber to change their preferred language themselves, directly from an email.
For example, the email could include links like:
- “View emails in English”
- “Ver correos en Español”
- “Rebre en Català”
Clicking one of those would update the contact field (example: language = en) so future emails are sent in that language.
Something like a template variable / action link, for example:
{{ update_language_link('en') }}
Question
Is there any existing way to do this today (without using public list subscriptions)?
Why I think this is different from public lists
I know this could be approximated with public lists (one list per language), but in my view it’s a different concept:
- Lists = subscription topics
- Language = profile preference / localization
Having language as a self-service preference would make multilingual newsletters much easier to manage.
Thanks! 🙌