Preference center multi-language translations

Hello @jgomes_87,

Sadly, Mautic does not currently offer native multilingual support. The language of your Mautic instance will be reflected on your preference page, which can limit accessibility for users with different language preferences.

However, since you’re using a custom landing page template, you can enhance it by integrating a script that displays a Google Translate banner at the top of the page. This banner allows users to select their preferred language, although the script automatically detects and applies the user’s browser language by default.

You can find a simple implementation guide here:
Google Translate Banner Guide - W3Schools

If you have experience with HTML, CSS, and JavaScript, you can take it a step further by replacing the banner with a dropdown menu that matches your landing page’s theme. This approach provides a more seamless and visually integrated UX.

You can find an example of how to create such a dropdown here:
Custom Language Dropdown Example - GitHub Gist

I hope this helps!
Feel free to reach me out.

Best regards,
Ricardo

1 Like