# 本地化体验

Sesami 支持多种语言，因此您的预订日历和通知会与客户的语言保持一致。

## 支持的语言

| 语言     | 代码    |
| ------ | ----- |
| 英语     | en    |
| 法语     | fr    |
| 丹麦语    | da    |
| 德语     | de    |
| 芬兰语    | fi    |
| 意大利语   | it    |
| 西班牙语   | es    |
| 瑞典语    | sv    |
| 挪威语    | no    |
| 波兰语    | pl    |
| 巴西葡萄牙语 | pt-BR |
| 日语     | ja    |
| 中文（简体） | zh-CN |

## 设置语言

1. 前往 **Sesami > 设置 > 店面设置 > 语言**
2. 选择您的语言
3. 点击 **保存**

这会翻译：

* 店面预订日历
* 默认通知邮件

## 与 Shopify Translate & Adapt 配合使用的多语言功能

如果您的商店支持多种语言，Sesami 会根据客户选择的语言自动翻译。

**工作原理：**

1. 安装 [Shopify Translate & Adapt](https://apps.shopify.com/translate-and-adapt) 应用
2. 在 Shopify 中添加您想要的语言
3. Sesami 会检测客户选择的语言，并调整日历和通知

{% hint style="info" %}
某些翻译可能需要手动调整。请联系 <help@sesami.co> 团队可以帮助进行自定义翻译。
{% endhint %}

## 通过 Flows 实现多语言通知

若要更精确地控制翻译后的通知，请使用 [Sesami Flows](/zh-cn/zi-dong-hua/sesami-flows.md) 并配合语言条件：

1. 创建一个带有 **条件** 的 Flow，基于客户的语言
2. 为每种语言设置单独的邮件操作
3. 客户会收到其在店面选择语言的通知

## 相关

* [日期和时间格式](/zh-cn/yu-yue/availability/date-and-time-format.md) — 自定义日期和时间的显示方式
* [Sesami Flows](/zh-cn/zi-dong-hua/sesami-flows.md) — 高级通知自动化
* [时区](/zh-cn/yu-yue/availability/timezone.md) — 面向多地区商店的时区设置


---

# 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/zh-cn/yu-yue/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.
