# 如何切換語言（中、英文）

### **問題**

我想做英文相關的操作，例如：把介面改成英文、訓練出聽得懂英文的機器人。我該怎麼做呢？

### 切換介面語言為中 / 英文

1. 請&#x81F3;**`帳戶設定`**
2. &#x5C07;**`顯示語言`**，改為 **English**
3. 按&#x4E0B;**`儲存變更`**

![請先至「帳戶設定」](/files/-LjzCaioNdzbsEBj0XmM)

![將顯示語言改為「English」](/files/-LjzCsppgxyfXsdY7Bk2)

### 自然語意：訓練聽得懂英文的機器人

1. 登入您的 [LINE Developers 後台](https://developers.line.biz)創建一隻機器人，或選擇您欲英文化的機器人
2. 點選左側選單&#x7684;**`設定`** > **`自然語意引擎設定`**
3. &#x5C07;**`語言`**&#x6539;成 **英文（English）**

![](/files/-Ljz8xT-sZFyvX3LWPCT)

### 注意事項

「自然語意引擎設定」和「介面顯示語言」不會互相連動。也就是說，您可以在英文的介面之下，訓練中文機器人；在中文介面下，訓練英文版的機器人。


---

# 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-tw.yoctol.ai/faq/language-settings.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.
