Internationalization
Last updated
Last updated
Internationalization can be a tedious task for your application and even more so for your emails Learn how to simplify the process
The i18n works similar to what you are used to The patterns are similar to on
You can set a default language.
If a default language is configured and you omit the language
parameter when you call, or if the specified language is not available, the system will use the default language.
If no default language is set, the system will use the language specified when you call. If that language is not available, no translation file will be applied.
You can add a language in the template editor in your dashboard Once the language is added, you can edit the translation file.
The expected format is JSON