> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/de/sprachen/server-language.md).

# Die Server-Sprach-Einstellung

Einstellungen, "Servereinstellungen & Protokollierung", **Serversprache**.

Damit wird die Sprache festgelegt, die Ticket King auf deinem Server verwendet. Jede Bot-Nachricht (Willkommens-Embeds, Log-Embeds, Fehlermeldungen, Antworten auf Slash-Commands, DM-Benachrichtigungen) verwendet die konfigurierte Sprache.

## Standard

**Englisch.** Dies ist außerdem die Ausgangssprache, aus der alle anderen Sprachen übersetzt werden.

## So änderst du es

1. Klicken Sie auf die **Serversprache** Dropdown.
2. Wähle aus der Liste der unterstützten Sprachen aus.
3. Einstellungen werden automatisch gespeichert.

Änderungen gelten für alle zukünftigen Bot-Nachrichten. Nachrichten, die bereits gepostet wurden, werden nicht erneut übersetzt.

<figure><img src="/files/442929901befbc3167ab27c624375561a34f42df" alt="Settings → Server Language dropdown open, showing a list of 10+ language options scrolling"><figcaption></figcaption></figure>

## Unterstützte Sprachen

<details>

<summary>Die vollständige Liste der unterstützten Sprachen anzeigen</summary>

| Sprache                                            |
| -------------------------------------------------- |
| Arabisch (العربية)                                 |
| Bulgarisch (Български)                             |
| Bosnisch (Bosanski)                                |
| Tschechisch (Čeština)                              |
| Dänisch (Dansk)                                    |
| Deutsch (Deutsch)                                  |
| Deutsch informell (Deutsch (Informell))            |
| Griechisch (Ελληνικά)                              |
| Englisch (UK)                                      |
| Englisch (US), Standard                            |
| Spanisch (Lateinamerika) (Español (Latinoamérica)) |
| Spanisch (Spanien) (Español (España))              |
| Finnisch (Suomi)                                   |
| Französisch (Français)                             |
| Hebräisch (עברית)                                  |
| Hindi (हिन्दी)                                     |
| Kroatisch (Hrvatski)                               |
| Haitianisches Kreolisch (Kreyòl Ayisyen)           |
| Ungarisch (Magyar)                                 |
| Indonesisch (Bahasa Indonesia)                     |
| Italienisch (Italiano)                             |
| Japanisch (日本語)                                    |
| Koreanisch (한국어)                                   |
| Litauisch (Lietuvių)                               |
| Niederländisch (Nederlands)                        |
| Norwegisch (Norsk)                                 |
| Polnisch (Polski)                                  |
| Portugiesisch (Brasilien) (Português (Brasil))     |
| Rumänisch (Română)                                 |
| Russisch (Русский)                                 |
| Slowakisch (Slovenčina)                            |
| Slowenisch (Slovenščina)                           |
| Serbisch (Srpski)                                  |
| Schwedisch (Svenska)                               |
| Thailändisch (ไทย)                                 |
| Türkisch (Türkçe)                                  |
| Ukrainisch (Українська)                            |
| Vietnamesisch (Tiếng Việt)                         |
| Chinesisch (vereinfacht) (简体中文)                    |
| Chinesisch (traditionell) (繁體中文)                   |

</details>

Viele davon werden auch nativ von Discord unterstützt. Die übrigen sind spezifisch für Ticket King.

## Ein Übersetzungsproblem entdeckt?

Wenn eine Übersetzung falsch aussieht oder ein String noch auf Englisch angezeigt wird, lass es uns wissen, damit wir es beheben können. Siehe [Übersetzungsprobleme melden](/docs/de/hilfe-and-community/translation-issues.md).

## Verwandt

{% content-ref url="/pages/8cf39710f506db034e3377954512b80187ca22b5" %}
[Wie der Bot eine Sprache auswählt](/docs/de/sprachen/how-the-bot-picks-a-language.md)
{% endcontent-ref %}

{% content-ref url="/pages/077630f027dbedc072dac541718676d97c721443" %}
[Übersetzungsprobleme melden](/docs/de/hilfe-and-community/translation-issues.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/de/sprachen/server-language.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.
