> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/site-structure/multilingual-sections.md).

# 多语言分区

为你的站点、分区、分区组和导航设置本地化标题

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

访客会看到与其浏览语言相匹配的标题。如果未设置翻译，GitBook 会显示回退标题。

使用 `本地化标题` 用于页眉链接和按钮、页脚链接以及页脚组。请参见 [布局和结构](/docs/documentation/zh/guan-li-ni-de-zhan-dian/customization/layout-and-structure.md).

{% 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
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, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/documentation/zh/guan-li-ni-de-zhan-dian/site-structure/multilingual-sections.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
