# Localizing the Experience

Sesami supports multiple languages so your booking calendar and notifications match your customers' language.

## Supported Languages

| Language             | Code  |
| -------------------- | ----- |
| English              | en    |
| French               | fr    |
| Danish               | da    |
| German               | de    |
| Finnish              | fi    |
| Italian              | it    |
| Spanish              | es    |
| Swedish              | sv    |
| Norwegian            | no    |
| Polish               | pl    |
| Brazilian Portuguese | pt-BR |
| Japanese             | ja    |
| Chinese (Simplified) | zh-CN |

## Setting the Language

1. Go to **Sesami > Settings > Storefront Settings > Language**
2. Select your language
3. Click **Save**

This translates:

* The storefront booking calendar
* Default notification emails

## Multi-Language with Shopify Translate & Adapt

If your store supports multiple languages, Sesami automatically translates based on the language the customer selects.

**How it works:**

1. Install the [Shopify Translate & Adapt](https://apps.shopify.com/translate-and-adapt) app
2. Add your desired languages in Shopify
3. Sesami detects the customer's selected language and adjusts the calendar and notifications

{% hint style="info" %}
Some translations may need manual adjustment. Contact <help@sesami.co> and the team can help with custom translations.
{% endhint %}

## Multi-Language Notifications with Flows

For more control over translated notifications, use [Sesami Flows](/automations/sesami-flows.md) with language conditions:

1. Create a Flow with a **condition** based on the customer's language
2. Set up separate email actions for each language
3. The customer receives the notification in the language they selected on the storefront

## Related

* [Date and Time Format](/booking/availability/date-and-time-format.md) — customize how dates and times display
* [Sesami Flows](/automations/sesami-flows.md) — advanced notification automation
* [Timezone](/booking/availability/timezone.md) — timezone settings for multi-region stores


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.sesami.co/booking/booking-experiences/localizing-experience.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
