> For the complete documentation index, see [llms.txt](https://docs-en.yoctol.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.yoctol.ai/common-issues/how-to-switch-languages-chinese-english.md).

# How to Switch Languages? (Chinese, English)

### **Question**

I want to use English for my operations. For example, I want English displays or a chatbot that can understand English after training. What should I do?

### Switching display from English to Chinese

1. Go to **`Account Settings`**
2. Change **`Display Language`** to **Chinese**
3. Press **`Save`**

![ First, go to “Account Settings”](/files/-Lnq6y1OiuZpPHw_O8l7)

![ First, go to “Account Settings”](/files/-Lnq7H6EMu0k0IGQjinh)

### NLU: Training a chatbot that understands Chinese

1. Log in to [\<LINE Developers>](https://developers.line.biz/zh-hant/) and create a new bot or select the bot you want to switch to Chinese.
2. Click **`Settings`** > **`NLU Engine`** on the left sidebar
3. Change **`Language`** to **Chinese**

![](/files/-Lnq7ffeAP2a61X7NftT)

### Notice

The language settings for the **“NLU Engine”** and the **“Display Language”** are separate. In other words, you can train a Chinese bot under English interface, and train an English bot under Chinese interface.


---

# 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://docs-en.yoctol.ai/common-issues/how-to-switch-languages-chinese-english.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.
