> 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/ko/knowledge-base/005-can-i-change-the-spell-check-language-to-e.g.-spanish.md).

# 맞춤법 검사 언어를 예를 들어 스페인어로 바꿀 수 있나요?

|                                                                                                                                                                                                                        |                                                                     |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| <p>네, 프로젝트 설정 메뉴를 통해 특정 프로젝트에 대해 맞춤법 검사 사전 언어를 원하는 언어(예: 스페인어)로 변경할 수 있습니다. 편집기 왼쪽 상단 모서리에서 기본 프로젝트 메뉴를 열고 드롭다운에서 맞춤법 검사 언어를 선택하면 됩니다.<br>다음에 새 프로젝트를 시작할 때도 이 설정이 기억되며, 맞춤법 검사 언어는 마지막으로 선택한 맞춤법 검사 언어로 자동 설정됩니다.</p> | ![OLMenuSpell.png](/files/543989622fd663382894b7a1835252b6400c8af3) |

## 맞춤법 검사기에서 지원되는 언어는 무엇인가요?

현재 저희 사전은 다음 언어를 지원합니다:

* 영어(미국식)
* 영어(영국식)
* 영어(캐나다식)
* 영어(호주식)
* 영어(남아프리카식)
* 아프리칸스어
* 아라곤어
* 아랍어
* 벨라루스어
* 바스크어
* 벵골어
* 보스니아어
* 브르타뉴어
* 불가리아어
* 카탈로니아어
* 크로아티아어
* 체코어
* 덴마크어
* 네덜란드어
* 종카어
* 에스페란토어
* 에스토니아어
* 페로어
* 프랑스어
* 갈리시아어
* 독일어
* 독일어(오스트리아)
* 독일어(스위스)
* 그리스어
* 과라니어
* 구자라트어
* 히브리어
* 힌디어
* 헝가리어
* 아이슬란드어
* 인도네시아어
* 아일랜드어
* 이탈리아어
* 카자흐어
* 한국어
* 쿠르만지어
* 라트비아어
* 리투아니아어
* 라오어
* 말라얄람어
* 몽골어
* 네팔어
* 노르웨이어(보크몰)
* 노르웨이어(니노르스크)
* 옥시탄어
* 페르시아어
* 폴란드어
* 포르투갈어(브라질)
* 포르투갈어(유럽)
* 루마니아어
* 러시아어
* 스코틀랜드 게일어
* 세르비아어
* 싱할라어
* 슬로바키아어
* 슬로베니아어
* 스페인어
* 스와힐리어
* 스웨덴어
* 타갈로그어
* 텔루구어
* 태국어
* 티베트어
* 터키어
* 우크라이나어
* 우즈베크어
* 베트남어

맞춤법 검사기 및 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/ko/knowledge-base/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.
