> 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/ja-gitbook-documentation/saitowosuru/site-structure/multilingual-sections.md).

# 多言語セクション

サイト、セクション、セクショングループ、ナビゲーションにローカライズされたタイトルを設定します

ローカライズされたタイトルを使うと、公開サイトで言語ごとに異なるタイトルを表示できます。

訪問者には、閲覧している言語に一致するタイトルが表示されます。翻訳が設定されていない場合は、代わりに GitBook がフォールバックタイトルを表示します。

使用 `localizedTitle` ヘッダーのリンクとボタン、フッターのリンク、フッターグループに対して。参照 [レイアウトと構成](/docs/documentation/ja-gitbook-documentation/saitowosuru/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/ja-gitbook-documentation/saitowosuru/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.
