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

# Support multiple languages

> Enable Dutch, German, French, Swedish, Polish, or English translations for Firmhouse customer-facing screens and emails to localize the experience.

The default language for all customer-facing screens and emails is set to English. Firmhouse also provides full translations for Dutch, German, French, Swedish, and Polish.

This article covers how to adjust the languages for all customer-facing screens and emails, translate the checkout flow, translate your emails, and link your webshop to the correct checkout URL.

## Change the available languages

### Steps

1. Go to **Settings > Subscription Model** and scroll down to the **Languages** section.
2. Select the languages you want to enable for your project by checking the appropriate boxes.
3. Save your changes.

<img src="https://mintcdn.com/firmhousebv/i0tAuZcoMZU4WKIb/images/docs-configure-multiple-languages-settings-dev-aa.png?fit=max&auto=format&n=i0tAuZcoMZU4WKIb&q=85&s=43afb233e34a382e98a51ab594a75572" alt="Languages settings in Subscription Model" width="1440" height="1100" data-path="images/docs-configure-multiple-languages-settings-dev-aa.png" />

## Adjust translations on your checkout flow

Most labels and buttons are automatically translated on your checkout flow. If you are using custom text, make sure to provide a translation for those as well.

There is a language switcher at the top of the page that allows you to choose which language to edit the page in.

### Steps

1. Go to **Checkout > Adjust Content**.
2. Use the **Language** dropdown at the top to select the language you want to edit.
3. Update any custom text fields with the appropriate translations.
4. Click **Save changes**.

<img src="https://mintcdn.com/firmhousebv/i0tAuZcoMZU4WKIb/images/docs-configure-multiple-languages-checkout-switcher-dev-aa.png?fit=max&auto=format&n=i0tAuZcoMZU4WKIb&q=85&s=c2190595ac29f2818fb76f439f3462d7" alt="Language switcher in checkout content editor" width="1440" height="1100" data-path="images/docs-configure-multiple-languages-checkout-switcher-dev-aa.png" />

Note: The language switcher option only shows up if multiple languages are enabled on your project.

## Translate your emails

Emails are not automatically translated. You need to manually provide translations for each email template.

### Steps

1. Go to **Settings > Email configuration**.
2. On the left side, you will see a language switcher.
3. Select the language you want to translate.
4. Go through every relevant email and provide a translation for it.
5. Save your changes.

<img src="https://mintcdn.com/firmhousebv/i0tAuZcoMZU4WKIb/images/docs-configure-multiple-languages-email-switcher-dev-aa.png?fit=max&auto=format&n=i0tAuZcoMZU4WKIb&q=85&s=ebceae3b7cf1420cce82a3231c89dbcf" alt="Email configuration language switcher" width="1440" height="1100" data-path="images/docs-configure-multiple-languages-email-switcher-dev-aa.png" />

## Link your webshop to the correct checkout URL

This step is important if your webshop runs in multiple languages. You need to ensure that customers are directed to the checkout in their preferred language.

### Steps

1. Go to **Checkout > Adjust Content**.
2. Make sure you have selected the right language using the language switcher.
3. Click on **Preview Page** to open the checkout in that language.
4. Copy the URL from your browser.

<img src="https://mintcdn.com/firmhousebv/i0tAuZcoMZU4WKIb/images/docs-configure-multiple-languages-preview-button-dev-aa.png?fit=max&auto=format&n=i0tAuZcoMZU4WKIb&q=85&s=c9ac0bd3c2077c9bb4b25d211a5e5b6c" alt="Preview page button for checkout" width="1440" height="1100" data-path="images/docs-configure-multiple-languages-preview-button-dev-aa.png" />

The URL will look something like this:

```
https://checkout.firmhouse.com/nl/dunder-mifflin/subscriptions/new
```

Notice the language indicator in the URL: `/nl/` means that this page is set to Dutch, `/en/` would be English, and so on.

With this in mind, go through all existing links in your webshop that link to the Firmhouse checkout and adjust the URL so that it points to the right language for each version of your site.
