# 频道语言偏好

> Roll Bot 目前支持的语言包括： `zh-CN` `en-US` de-DE

```
/roll locale -c [语言偏好]
```

语言偏好不是必填的，留空将返回群组当前设置的语言偏好

## 优先级

[频道语言偏好](/roll-bot-project/i18n/channel-language-prefer.md) > [用户语言偏好](/roll-bot-project/i18n/user-language-prefer.md) > 默认语言偏好

你可以在设置中调整 `i18n.output` 项以修改这一顺序

## 重置频道语言偏好设置

你可以在命令中使用 `-d` 参数重置当前频道的语言偏好设置：

```
/roll locale -c -d
```

## 权限

要修改频道语言偏好，你必须为 [Bot管理员](/roll-bot-project/permission/bot-admin.md) 或 [频道管理员](/roll-bot-project/permission/channel-admin.md)

## 本地化 & 别称

该指令也可使用如下方式触发

```
/r locale -c [语言偏好]

/语言 -c [语言偏好]
```


---

# Agent Instructions: 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://docs.logthm.com/roll-bot-project/i18n/channel-language-prefer.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.
