> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ja/narejjibsu/005-can-i-change-the-spell-check-language-to-e.g.-spanish.md).

# スペルチェックの言語をたとえばスペイン語に変更できますか？

|                                                                                                                                                                                                         |                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| <p>はい、プロジェクト設定メニューから、特定のプロジェクトに対してスペルチェックの辞書言語をお好みの言語（例：スペイン語）に変更できます。エディタ左上のメインのプロジェクトメニューを開き、ドロップダウンからスペルチェック言語を選択してください。<br>次回新しいプロジェクトを開始するときにはこの設定が記憶され、スペルチェック言語は最後に選択したスペルチェック言語に自動的に設定されます。</p> | ![OLMenuSpell.png](/files/71340663316348cc1327516c2b5bb687109dd923) |

## スペルチェッカーではどの言語がサポートされていますか？

現在、当社の辞書は以下の言語をサポートしています：

* 英語（アメリカ）
* 英語（イギリス）
* 英語（カナダ）
* 英語（オーストラリア）
* 英語（南アフリカ）
* アフリカーンス語
* アラゴン語
* アラビア語
* ベラルーシ語
* バスク語
* ベンガル語
* ボスニア語
* ブルトン語
* ブルガリア語
* カタルーニャ語
* クロアチア語
* チェコ語
* デンマーク語
* オランダ語
* ゾンカ語
* エスペラント語
* エストニア語
* フェロー語
* フランス語
* ガリシア語
* ドイツ語
* ドイツ語（オーストリア）
* ドイツ語（スイス）
* ギリシャ語
* グアラン
* グジャラート語
* ヘブライ語
* ヒンディー語
* ハンガリー語
* アイスランド語
* インドネシア語
* アイルランド語
* イタリア語
* カザフ語
* 韓国語
* クルマンジー語
* ラトビア語
* リトアニア語
* ラオ語
* マラヤーラム語
* モンゴル語
* ネパール語
* ノルウェー語（ブークモール）
* ノルウェー語（ニーノシュク）
* オック語
* ペルシア語
* ポーランド語
* ポルトガル語（ブラジル）
* ポルトガル語（ヨーロッパ）
* ルーマニア語
* ロシア語
* スコットランド・ゲール語
* セルビア語
* シンハラ語
* スロバキア語
* スロベニア語
* スペイン語
* スワヒリ語
* スウェーデン語
* タガログ語
* テルグ語
* タイ語
* チベット語
* トルコ語
* ウクライナ語
* ウズベク語
* ベトナム語

スペルチェッカーの使い方やOverleafのその他の機能について詳しくは、 [チュートリアル動画](https://www.overleaf.com/tutorial).


---

# 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://overleaf-pro.ayaka.space/latex/ja/narejjibsu/005-can-i-change-the-spell-check-language-to-e.g.-spanish.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.
