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

# La configuración de idioma del servidor

Configuración, "Configuración del servidor y registros", **Idioma del servidor**.

Esto establece el idioma que Ticket King usa en tu servidor. Cada mensaje del bot (embeds de bienvenida, embeds de registro, respuestas de error, respuestas de comandos slash, notificaciones por DM) usa el idioma configurado.

## Predeterminado

**Inglés.** Este también es el idioma base desde el que se traduce cualquier otro idioma.

## Cómo cambiarlo

1. Haz clic en el **Idioma del servidor** desplegable.
2. Elige de la lista de idiomas compatibles.
3. La configuración se guarda automáticamente.

Los cambios se aplican a todos los mensajes futuros del bot. Los mensajes que ya se publicaron no se vuelven a traducir.

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

## Idiomas compatibles

<details>

<summary>Mostrar la lista completa de idiomas compatibles</summary>

| Idioma                                            |
| ------------------------------------------------- |
| Árabe (العربية)                                   |
| Búlgaro (Български)                               |
| Bosnio (Bosanski)                                 |
| Checo (Čeština)                                   |
| Danés (Dansk)                                     |
| Alemán (Deutsch)                                  |
| Alemán informal (Deutsch (Informell))             |
| Griego (Ελληνικά)                                 |
| Inglés (Reino Unido)                              |
| Inglés (EE. UU.), predeterminado                  |
| Español (Latinoamérica) (Español (Latinoamérica)) |
| Español (España) (Español (España))               |
| Finlandés (Suomi)                                 |
| Francés (Français)                                |
| Hebreo (עברית)                                    |
| Hindi (हिन्दी)                                    |
| Croata (Hrvatski)                                 |
| Criollo haitiano (Kreyòl Ayisyen)                 |
| Húngaro (Magyar)                                  |
| Indonesio (Bahasa Indonesia)                      |
| Italiano (Italiano)                               |
| Japonés (日本語)                                     |
| Coreano (한국어)                                     |
| Lituano (Lietuvių)                                |
| Neerlandés (Nederlands)                           |
| Noruego (Norsk)                                   |
| Polaco (Polski)                                   |
| Portugués (Brasil) (Português (Brasil))           |
| Rumano (Română)                                   |
| Ruso (Русский)                                    |
| Eslovaco (Slovenčina)                             |
| Esloveno (Slovenščina)                            |
| Serbio (Srpski)                                   |
| Sueco (Svenska)                                   |
| Tailandés (ไทย)                                   |
| Turco (Türkçe)                                    |
| Ucraniano (Українська)                            |
| Vietnamita (Tiếng Việt)                           |
| Chino (simplificado) (简体中文)                       |
| Chino (tradicional) (繁體中文)                        |

</details>

Muchos de estos también son compatibles de forma nativa con Discord. Los demás son específicos de Ticket King.

## ¿Detectaste un problema de traducción?

Si una traducción se ve mal o una cadena sigue apareciendo en inglés, avísanos para que podamos corregirlo. Consulta [Informar problemas de traducción](/docs/es/obtener-ayuda-y-comunidad/translation-issues.md).

## Relacionado

{% content-ref url="/pages/14bdef8cea499c39666e8b9f2eee77f15846ad18" %}
[Cómo el bot elige un idioma](/docs/es/idiomas/how-the-bot-picks-a-language.md)
{% endcontent-ref %}

{% content-ref url="/pages/772dac31ac859cd5d0c0af6cca42545ba024416f" %}
[Informar problemas de traducción](/docs/es/obtener-ayuda-y-comunidad/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/es/idiomas/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.
