# 言語

登録済み言語変数の一覧です。

{% hint style="info" %}
**言語変数** とは\
CS-Cartの言語変数は、**サイト内で使用する各種文言を一元管理するための仕組み**です。\
例えば、「カートに追加」という文言が複数のページで使われている場合、それぞれのページで直接テキストを書くのではなく、言語変数 *add\_to\_cart* として一括管理します。これにより、**add\_to\_cart** の内容を修正するだけで 該当箇所すべてが変更され、サイト全体で一貫性のある表現を維持できます。また、ウェブサイトの多言語化も容易になります。
{% endhint %}

<figure><img src="/files/gealeDlZPQBtFbb4f9Ci" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="287">項目</th><th>説明</th></tr></thead><tbody><tr><td>「←」ボタン</td><td>前のページに戻る</td></tr><tr><td>「言語の管理」ボタン</td><td>言語管理画面へ移動</td></tr><tr><td>「インポート」ボタン</td><td>言語データをインポート</td></tr><tr><td>「エクスポート」ボタン</td><td>言語データをエクスポート</td></tr><tr><td>「保存」ボタン</td><td>変更を保存</td></tr><tr><td>「言語変数の追加」ボタン</td><td>新しい言語変数を追加</td></tr><tr><td>値</td><td>各言語変数の内容を表示する列（変更可）</td></tr><tr><td>言語変数</td><td>言語変数の名前を表示する列</td></tr><tr><td><strong>検索</strong></td><td></td></tr><tr><td>検索</td><td>検索キーワードを入力</td></tr><tr><td>「検索」ボタン</td><td>検索を実行</td></tr><tr><td><strong>一括置換</strong></td><td></td></tr><tr><td>置換対象となる文言</td><td>置換したい文言を入力</td></tr><tr><td>置換後の文言</td><td>置換後の文言を入力</td></tr><tr><td>「一括置換」ボタン</td><td>一括置換を実行</td></tr></tbody></table>


---

# 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://manual-admin.cs-cart.jp/mall-admin/settings/languages.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.
