Localization

You can adjust the locale used in the MailUi user interface by configuring the appropriate parameters passed to the plugin.

Available Languages #

Currently, we have the following translations available. Please provide translations in your language, and we will add them to the bundle.
LanguageRegionCode
EnglishUSA
en-US

Submitting Translations #

You can submit new language translations by creating a PR on this GitHub repo:

Changing Translations #

You can specify the locale when initializing the editor. The default locale is en-US.
mailui.init({ locale: 'en-US' });

Overriding Translations #

You can customize or replace any word or sentence in any language using the following approach:
mailui.init({ locale: 'en-US', translations: { 'en-US': { "control.buttons.edit": "Edit", "control.buttons.delete": "Delete {type}" } } });

Available Keys #

You can find all available translation keys here:

Explore Our Email Builder