> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/pt-br/reserva/booking-experiences/localizing-experience.md).

# Localizando a experiência

A Sesami oferece suporte a vários idiomas para que seu calendário de reservas e notificações correspondam ao idioma dos seus clientes.

## Idiomas suportados

| Idioma                | Código |
| --------------------- | ------ |
| ინგlês                | en     |
| Francês               | fr     |
| Dinamarquês           | da     |
| Alemão                | de     |
| Finlandês             | fi     |
| Italiano              | it     |
| Espanhol              | es     |
| Sueco                 | sv     |
| Norueguês             | no     |
| Polonês               | pl     |
| Português do Brasil   | pt-BR  |
| Japonês               | ja     |
| Chinês (Simplificado) | zh-CN  |

## Configurando o idioma

1. Acesse **Sesami > Configurações > Configurações da loja > Idioma**
2. Selecione seu idioma
3. Clique em **Salvar**

Isso traduz:

* O calendário de reservas da vitrine
* E-mails padrão de notificação

## Vários idiomas com o Shopify Translate & Adapt

Se sua loja oferece suporte a vários idiomas, a Sesami traduz automaticamente com base no idioma selecionado pelo cliente.

**Como funciona:**

1. Instale o [Shopify Translate & Adapt](https://apps.shopify.com/translate-and-adapt) app
2. Adicione os idiomas desejados no Shopify
3. A Sesami detecta o idioma selecionado pelo cliente e ajusta o calendário e as notificações

{% hint style="info" %}
Algumas traduções podem precisar de ajuste manual. Entre em contato com <help@sesami.co> e a equipe poderá ajudar com traduções personalizadas.
{% endhint %}

## Notificações em vários idiomas com Flows

Para ter mais controle sobre notificações traduzidas, use [Sesami Flows](/pt-br/automacoes/sesami-flows.md) com condições de idioma:

1. Crie um Flow com uma **condição** com base no idioma do cliente
2. Configure ações de e-mail separadas para cada idioma
3. O cliente recebe a notificação no idioma que selecionou na vitrine

## Relacionado

* [Formato de data e hora](/pt-br/reserva/availability/date-and-time-format.md) — personalize como datas e horas são exibidas
* [Sesami Flows](/pt-br/automacoes/sesami-flows.md) — automação avançada de notificações
* [Fuso horário](/pt-br/reserva/availability/timezone.md) — configurações de fuso horário para lojas em várias regiões


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.sesami.co/pt-br/reserva/booking-experiences/localizing-experience.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
