> 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/da/booking/booking-experiences/localizing-experience.md).

# Lokalisering af oplevelsen

Sesami understøtter flere sprog, så din bookingkalender og dine notifikationer matcher dine kunders sprog.

## Understøttede sprog

| Sprog                   | Kode  |
| ----------------------- | ----- |
| Engelsk                 | en    |
| Fransk                  | fr    |
| Dansk                   | da    |
| Tysk                    | de    |
| Finsk                   | fi    |
| Italiensk               | it    |
| Spansk                  | es    |
| Svensk                  | sv    |
| Norsk                   | no    |
| Polsk                   | pl    |
| Brasiliansk portugisisk | pt-BR |
| Japansk                 | ja    |
| Kinesisk (forenklet)    | zh-CN |

## Indstilling af sproget

1. Gå til **Sesami > Indstillinger > Butiksindstillinger > Sprog**
2. Vælg dit sprog
3. Klik på **Gem**

Dette oversætter:

* Bookingkalenderen i butiksfronten
* Standard-e-mails med notifikationer

## Flersprog med Shopify Translate & Adapt

Hvis din butik understøtter flere sprog, oversætter Sesami automatisk baseret på det sprog, kunden vælger.

**Sådan fungerer det:**

1. Installer [Shopify Translate & Adapt](https://apps.shopify.com/translate-and-adapt) appen
2. Tilføj de ønskede sprog i Shopify
3. Sesami registrerer kundens valgte sprog og justerer kalenderen og notifikationerne

{% hint style="info" %}
Nogle oversættelser kan kræve manuel tilpasning. Kontakt <help@sesami.co> og teamet kan hjælpe med tilpassede oversættelser.
{% endhint %}

## Flersprogede notifikationer med Flows

Hvis du vil have mere kontrol over oversatte notifikationer, kan du bruge [Sesami Flows](/da/automatiseringer/sesami-flows.md) med sprogbetingelser:

1. Opret en Flow med en **betingelse** baseret på kundens sprog
2. Opsæt separate e-mail-handlinger for hvert sprog
3. Kunden modtager notifikationen på det sprog, de valgte i butiksfronten

## Relateret

* [Dato- og tidsformat](/da/booking/availability/date-and-time-format.md) — tilpas, hvordan datoer og tider vises
* [Sesami Flows](/da/automatiseringer/sesami-flows.md) — avanceret automatisering af notifikationer
* [Tidszone](/da/booking/availability/timezone.md) — indstillinger for tidszone til butikker i flere regioner


---

# 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/da/booking/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.
