# 서버 언어 설정

설정, "서버 설정 및 로깅", **서버 언어**.

이 설정은 Ticket King이 서버에서 사용하는 언어를 지정합니다. 모든 봇 메시지(환영 임베드, 로그 임베드, 오류 답변, 슬래시 명령 응답, DM 알림)는 설정된 언어를 사용합니다.

## 기본값

**영어.** 이것은 또한 다른 모든 언어가 번역되는 기준 언어이기도 합니다.

## 변경 방법

1. 다음을 클릭하세요 **서버 언어** 드롭다운.
2. 지원되는 언어 목록에서 선택하세요.
3. 설정은 자동으로 저장됩니다.

변경 사항은 이후의 모든 봇 메시지에 적용됩니다. 이미 게시된 메시지는 다시 번역되지 않습니다.

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

## 지원되는 언어

<details>

<summary>지원되는 언어 전체 목록 보기</summary>

| 언어                                      |
| --------------------------------------- |
| 아랍어 (العربية)                           |
| 불가리아어 (Български)                       |
| 보스니아어 (Bosanski)                        |
| 체코어 (Čeština)                           |
| 덴마크어 (Dansk)                            |
| 독일어 (Deutsch)                           |
| 독일어 비격식 (Deutsch (Informell))           |
| 그리스어 (Ελληνικά)                         |
| 영어 (영국)                                 |
| 영어 (미국), 기본값                            |
| 스페인어 (라틴아메리카) (Español (Latinoamérica)) |
| 스페인어 (스페인) (Español (España))           |
| 핀란드어 (Suomi)                            |
| 프랑스어 (Français)                         |
| 히브리어 (עברית)                            |
| 힌디어 (हिन्दी)                            |
| 크로아티아어 (Hrvatski)                       |
| 아이티 크리올어 (Kreyòl Ayisyen)               |
| 헝가리어 (Magyar)                           |
| 인도네시아어 (Bahasa Indonesia)               |
| 이탈리아어 (Italiano)                        |
| 일본어 (日本語)                               |
| 한국어 (한국어)                               |
| 리투아니아어 (Lietuvių)                       |
| 네덜란드어 (Nederlands)                      |
| 노르웨이어 (Norsk)                           |
| 폴란드어 (Polski)                           |
| 포르투갈어 (브라질) (Português (Brasil))        |
| 루마니아어 (Română)                          |
| 러시아어 (Русский)                          |
| 슬로바키아어 (Slovenčina)                     |
| 슬로베니아어 (Slovenščina)                    |
| 세르비아어 (Srpski)                          |
| 스웨덴어 (Svenska)                          |
| 태국어 (ไทย)                               |
| 터키어 (Türkçe)                            |
| 우크라이나어 (Українська)                     |
| 베트남어 (Tiếng Việt)                       |
| 중국어(간체) (简体中文)                          |
| 중국어(번체) (繁體中文)                          |

</details>

이 중 많은 언어는 Discord에서도 기본적으로 지원됩니다. 나머지는 Ticket King 전용입니다.

## 번역 문제가 보이나요?

번역이 이상해 보이거나 문자열이 아직 영어로 표시된다면, 저희가 수정할 수 있도록 알려주세요. 다음을 참조하세요 [번역 문제 신고](/docs/ko/get-help-and-community/translation-issues.md).

## 관련

{% content-ref url="/pages/f96f3044e85d6374e8d070b502496d0df8bebad4" %}
[봇이 언어를 선택하는 방식](/docs/ko/languages/how-the-bot-picks-a-language.md)
{% endcontent-ref %}

{% content-ref url="/pages/ed9e4ac620966ed88963dd5c318277bddd5f0dd6" %}
[번역 문제 신고](/docs/ko/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:

```
GET https://ticketking.xyz/docs/ko/languages/server-language.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
