# 多言語セクション

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

訪問者には、閲覧中の言語に一致するタイトルが表示されます。翻訳が設定されていない場合は、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/ja-gitbook-documentation/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.
