> ## Documentation Index
> Fetch the complete documentation index at: https://docs.migma.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Multi-Language Emails

> Generate emails in 20+ languages with localization

## Overview

Generate emails in multiple languages from a single prompt. Migma supports 20+ languages with localization — not just word-for-word translation, but culturally adapted content.

***

## Supported Languages

<Tabs>
  <Tab title="European">
    English, Spanish, French, German, Italian, Portuguese, Dutch, Polish, Swedish, Danish, Norwegian, Finnish
  </Tab>

  <Tab title="Asian">
    Japanese, Korean, Chinese (Simplified), Chinese (Traditional), Thai, Vietnamese, Indonesian
  </Tab>

  <Tab title="Other">
    Arabic, Russian, Hindi, Turkish, Hebrew
  </Tab>
</Tabs>

***

## How It Works

<Steps>
  <Step title="Write your prompt">
    Describe your email in your primary language (usually English).
  </Step>

  <Step title="Select languages">
    Choose target languages from the language selector before generating.
  </Step>

  <Step title="Generate">
    Migma creates a separate version for each selected language, adapted for that locale.
  </Step>

  <Step title="Review">
    Switch between language versions to review each one.
  </Step>
</Steps>

***

## Localization Features

Migma adapts more than just words:

* **Date formats** — US (12/31/2024) vs EU (31/12/2024) vs Japan (2024年12月31日)
* **Currency** — \$99.99 vs 99,99 € vs £99.99 vs ¥9,999
* **Number formatting** — 1,000.50 vs 1.000,50
* **Tone** — formal vs informal based on cultural norms (e.g., Spanish tú vs usted, French tu vs vous)
* **Name order** — Western (First Last) vs Eastern (Last First)

***

## Best Practices

* Start with English for the best results
* Have a native speaker review each version if possible
* Check that CTA buttons and links work in all versions
* Some languages are longer (German) or shorter (Chinese) — verify layout

***

## Sending Localized Campaigns

Use the subscriber `language` field to segment your audience, then send separate [campaigns](/campaigns/send-campaign) per language with the matching email version.

<CardGroup cols={2}>
  <Card title="Manage Contacts" icon="users" href="/audience/manage-contacts">
    Set language on your contacts
  </Card>

  <Card title="Send a Campaign" icon="paper-plane" href="/campaigns/send-campaign">
    Target segments by language
  </Card>
</CardGroup>
