# 多语言分区

本地化标题可让你在已发布的网站上为不同语言显示不同的标题。

访客会看到与他们当前浏览语言相匹配的标题。如果尚未设置翻译，GitBook 会显示备用标题。

{% hint style="info" %}
只有当你的网站包含多种语言的空间时，才会显示本地化标题。
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNkEGS7hzeqa35sMXQZ4X%2Fuploads%2FlEY5s6qXpEy6k1ivmeL6%2Flocalized.mp4?alt=media&token=d8221dc1-54e1-401b-8699-3acd65343fc3>" %}

### 设置本地化标题

{% stepper %}
{% step %}

#### 打开你的网站自定义设置

在你的文档网站中，打开 **设置** 并前往 **结构** 设置
{% endstep %}

{% step %}

#### 找到你想翻译的标题

打开你的网站、某个章节或某个章节组的标题字段。
{% endstep %}

{% step %}

#### 设置备用标题

默认情况下，备用标题设置为当前章节名称。
{% endstep %}

{% step %}

#### 添加每个已翻译标题

再次打开语言选择器并选择一种语言。

输入该语言的标题，然后对你支持的每种语言重复此操作。
{% endstep %}
{% endstepper %}


---

# 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://gitbook.com/docs/documentation/zh/docs-site/site-structure/multilingual-sections.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.
