> 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/languages/server-language.md).

# The Server Language setting

Settings, "Server Settings & Logging", **Server Language**.

This sets the language Ticket King uses in your server. Every bot message (welcome embeds, log embeds, error replies, slash command responses, DM notifications) uses the configured language.

## Default

**English.** This is also the base language that every other language is translated from.

## How to change

1. Click the **Server Language** dropdown.
2. Pick from the list of supported languages.
3. Settings save automatically.

Changes apply to all future bot messages. Messages that were already posted are not retranslated.

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

## Supported languages

<details>

<summary>Show the full list of supported languages</summary>

| Language                                          |
| ------------------------------------------------- |
| Arabic (العربية)                                  |
| Bulgarian (Български)                             |
| Bosnian (Bosanski)                                |
| Czech (Čeština)                                   |
| Danish (Dansk)                                    |
| German (Deutsch)                                  |
| German Informal (Deutsch (Informell))             |
| Greek (Ελληνικά)                                  |
| English (UK)                                      |
| English (US), default                             |
| Spanish (Latin America) (Español (Latinoamérica)) |
| Spanish (Spain) (Español (España))                |
| Finnish (Suomi)                                   |
| French (Français)                                 |
| Hebrew (עברית)                                    |
| Hindi (हिन्दी)                                    |
| Croatian (Hrvatski)                               |
| Haitian Creole (Kreyòl Ayisyen)                   |
| Hungarian (Magyar)                                |
| Indonesian (Bahasa Indonesia)                     |
| Italian (Italiano)                                |
| Japanese (日本語)                                    |
| Korean (한국어)                                      |
| Lithuanian (Lietuvių)                             |
| Dutch (Nederlands)                                |
| Norwegian (Norsk)                                 |
| Polish (Polski)                                   |
| Portuguese (Brazil) (Português (Brasil))          |
| Romanian (Română)                                 |
| Russian (Русский)                                 |
| Slovak (Slovenčina)                               |
| Slovenian (Slovenščina)                           |
| Serbian (Srpski)                                  |
| Swedish (Svenska)                                 |
| Thai (ไทย)                                        |
| Turkish (Türkçe)                                  |
| Ukrainian (Українська)                            |
| Vietnamese (Tiếng Việt)                           |
| Chinese (Simplified) (简体中文)                       |
| Chinese (Traditional) (繁體中文)                      |

</details>

Many of these are also supported natively by Discord. The rest are specific to Ticket King.

## Spotted a translation problem?

If a translation looks wrong or a string still shows in English, let us know so we can fix it. See [Reporting translation issues](/docs/get-help-and-community/translation-issues.md).

## Related

{% content-ref url="/pages/p4QTv27QhUfLcmkQ1OG5" %}
[How the bot picks a language](/docs/languages/how-the-bot-picks-a-language.md)
{% endcontent-ref %}

{% content-ref url="/pages/cKHT7ia1yJr4r16wUanA" %}
[Reporting translation issues](/docs/get-help-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/languages/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.
