Overview
Public message creation does not accept ani18n field directly.
Localization currently shows up in two places:
GET /templatesandGET /templates/{identifier}can include stored locale variants when you passwithi18n=true.POST /messagesresolves template content fromtemplateId, the destination country, and any stored locale variants already attached to that template.
i18n key format
Locale keys use lowercase country codes such as:
brusmx
Inspect stored locale variants
Notes
contentremains the default fallback.- Public template create and update routes no longer document
i18nwrites. - Keep variable names identical across every stored locale variant.