> 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.
