> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/docs/docs_se/referens/references/forms/form-locales.md).

# Formulärspråk

En referenslista över de språk som eMarketeers formulär stöder, med den locale-kod (kortkod) som väljer varje språk.

## Vad en locale är

En locale anger vilket språk ett formulär visas på. Varje locale har en kort kod — till exempel `en` för engelska eller `sv` för svenska — som du skickar med till formuläret för att välja språk.

## Ange locale

Det finns två sätt att ange ett formulärs locale:

* **Hostad formulär-URL** — lägg till parametern `locale` i formulärets URL, till exempel `&locale=en`.
* **Inbäddat formulär** — ange alternativet `locale` i formulärets render-skript. Se [Bädda in formulär på din webbplats](/docs/docs_se/guider/guides/forms/publish-a-form.md) för hur du konfigurerar det.

## Tillgängliga locales

| Språk        | Locale-kod |
| ------------ | ---------- |
| Engelska     | `en`       |
| Norska       | `no`       |
| Franska      | `fr`       |
| Finska       | `fi`       |
| Svenska      | `sv`       |
| Danska       | `da`       |
| Tyska        | `de`       |
| Nederländska | `nl`       |
| Polska       | `pl`       |
| Spanska      | `es`       |
| Italienska   | `it`       |

{% hint style="info" %}
En locale fungerar bara om den språkversionen finns för formuläret. Skapa varje språk du vill erbjuda i formulärets översättningsalternativ först — annars har localen inget att visa.
{% endhint %}


---

# 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://support.emarketeer.com/docs/docs_se/referens/references/forms/form-locales.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.
