The Situation
Blütenhaus is a German online flower shop. For three years it sent a monthly newsletter in German to about 12,000 subscribers. This spring it opened shipping to France and Belgium, and about 3,000 French-speaking customers have signed up since. There is also a long tail of expats in Berlin who signed up on the English version of the site. Until now the team ran two campaigns per month, one German and one French, each to a hand-maintained list. The English speakers got the German one. Nobody was happy with it: the two campaigns fell out of sync, the French one always went out a day late, and the English speakers kept unsubscribing. The goal for the June newsletter: one campaign, three languages, one audience.Step 1: Look at the Data
The team opens Audience → Properties and finds three properties that look like a language:
None of them is complete, and no property is designated. Before touching the campaign, they consolidate.
They keep
language as the single source of truth, because it is the property the current forms write to. A bulk update through the API copies lang and locale values into language for every contact where language is empty, using the raw value as it is. That leaves language holding a mix: de, de_DE, fr, fr-BE, fr_FR, Français, en_US, and about 900 empty values from the earliest signups.
They do not clean the spellings yet. Lettr will match them anyway, and the review panel will show whether anything falls through.
Then they edit language, tick Use as communication language, and save. The property now carries a Communication language badge.
Step 2: Add Languages to the Template
The June newsletter already exists as a German marketing template. The designer opens it in the editor and clicks Create mutation in the top bar. They add German first, so the existing content becomes the primary German version, then add French and English. Each new version opens showing the German content, and they paste the translations block by block. The layout is shared, so the product grid and the footer stay identical. The hero banner has German text baked into the image, so they upload a French and an English banner in those versions, and point the French Shop now button at the French store. Two things get checked at this point:- The French version at mobile width, because “Jetzt bestellen” became “Commander maintenant” and the button label wraps. They shorten it to “Commander”.
- The template’s own unsubscribe line. The template has
{{unsubscribe_link}}in its footer, so the label around it needs translating in each version. They do it now rather than discovering it in a test.
DE · FR · EN badge.
Step 3: Build the Campaign
Compose. They create the campaign, choose Use template, and pick the newsletter. The header confirms3 languages: German (DE, primary), French (FR), English (EN).
The primary subject and sender are German: subject “Juni-Sträuße und kostenloser Versand”, from name “Blütenhaus”, from hello@bluetenhaus.de, reply-to service@bluetenhaus.de.
In Per-language subject and sender they expand the French row and set:
- Subject: “Bouquets de juin et livraison offerte”
- From name: “Blütenhaus Fleurs”
- Reply-to:
bonjour@bluetenhaus.fr, which reaches the new French-speaking support agent
hello@bluetenhaus.de like everything else. The row collapses showing 3 custom fields.
For English they set only the subject, “June bouquets and free shipping”. Replies go to the German support address, which handles English fine.
Audience. They select the full subscribed audience, no segment. The estimate loads and no warning appears, because a language property is designated.
Schedule. Thursday, 9:00 local time, as always.
Step 4: Read the Review Panel
The Multi-language send panel on Review & Send is where the data work pays off. Language taken fromlanguage, tagged designated language property.
Below that, Fallback:
1,438 of 14,562 recipients will get German (DE), the primary language, broken down into:
- 903 have no language value
- 535 have a value that matches no template language:
frz ×12,nl ×498,n/a ×25
nl ×498: half a thousand Dutch-speaking customers, mostly from Flanders, whom nobody had thought about when shipping to Belgium opened. Many of them read German well enough, so the fallback is acceptable for June, and the team notes to add a Dutch version for July.dt ×12andn/a ×25: leftovers from an old form with a free-text field.frzwas someone’s abbreviation for Französisch and is not in the alias table, so those twelve get German this month. They fix the 37 records by hand after the send.- 903 with no value: the earliest German subscribers, from before the form asked. German is right for nearly all of them. They leave it.
Step 5: Test Each Language
From Send a test email they send three tests, switching the language picker each time: Primary (de), fr, en. In the inbox:- German: subject and body correct, footer “Abmelden”.
- French: subject “Bouquets de juin…”, from name “Blütenhaus Fleurs”, the shortened button, footer “Se désabonner”.
- English: subject “June bouquets…”, footer “Unsubscribe”, from name still “Blütenhaus”, as intended.
Step 6: After the Send
Thursday at 9:00 the campaign moves to Preparing, each recipient is matched to a language, and three batches go out. The detail page now shows the panel in the past tense: 11,140 got German, 1,438 of them as the fallback, 3,010 got French, 412 got English. In the activity feed the French and English recipients carry FR and EN badges next to their addresses. Filtering the feed to opens and scanning the badges gives a rough per-language picture within the hour. French opens are in line with German. English opens are noticeably better than before, which is what you would expect when people stop receiving a newsletter they cannot read. Two French recipients reply. Both replies land with the French support agent, because of the per-language reply-to.What Changed for the Team
The whole change took one afternoon, most of it consolidating the three properties. The campaign itself took no longer to build than a single-language one.
Variations
A SaaS product with British and American users. A template holds one version per language, identified by a two-letter code, soen-US and en-GB contacts both receive the single en version. Write that version in a neutral English. If spelling or date formats really must differ, keep the regional detail in merge tags or a conditional block on the contact’s locale property rather than in a second English version.
A bank with a mandated customer language. The language is set once in the core system and must not change with the recipient’s browser. Sync it to a designated property through the API on every profile update, and never let the marketing form write to that property. The web version and the preferences page follow the same value, so the whole recipient experience stays in the mandated language.
A marketplace with sellers in ten countries. Not every language needs its own version. Build the template in the four languages that cover 90 percent of the audience, make English the primary, and let the rest fall back. The review panel’s unmatched-values list tells you which language to add next.
Related Topics
Multilingual Campaigns
The feature, step by step
Best practices
Collecting, storing and cleaning language data
Importing and Exporting
Mapping a CSV language column to a property
Segments
Find contacts with an empty language property