> For the complete documentation index, see [llms.txt](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-19/undefined.md).

# 다국어 관리

한국어/영어/일본어/중국어 4개의 언어 번역을 할 수 있어요.

### 기기별 다국어 지원

* **포스**
  * Google ML Kit의 온디바이스 번역 SDK를 앱에 내장하여 사용합니다.
  * 별도의 API 호출 비용이 발생하지 않으며, 번역 언어 데이터를 사전에 다운로드한 경우 인터넷 연결 없이도 오프라인 번역이 가능합니다.
* **Windows**
  * Google Translate API를 호출하여 번역합니다.

### 다국어 조회

언어 선택: 한국어/영어/일본어/중국어 4개의 언어 중에서 조회 할 수 있어요.

검색: 4개의 언어로 모두 검색 할 수 있어요.

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2Fqcbh1E0yP5JCtjfFDbni%2Fimage.png?alt=media&amp;token=6c7c75f6-1e61-41cd-acf2-eb81d5fb2929" alt=""><figcaption></figcaption></figure>

### **신규 등록**

1. 한국어를 입력 한 후에 자동 번역 버튼을 누르면 신규 단어를 등록 할 수 있어요.

<div align="left"><figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FabJD7uoTArdwkIA985Ry%2Fimage.png?alt=media&amp;token=0333077c-986f-43c6-a78f-fdf54f51ab49" alt="" width="296"><figcaption></figcaption></figure></div>

2. 조회 목록에 추가 되었어요.

<figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FNJmYj097s156dpaM2QrR%2Fimage.png?alt=media&amp;token=91dfc06b-f9d7-4142-b79f-a29259bc717d" alt=""><figcaption></figcaption></figure>

3. 자동번역 된 내용은 직접 수정/삭제 할 수 있어요.

<div align="left"><figure><img src="https://2466304679-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAs66ChFUICpklDJDiH93%2Fuploads%2FAhCmhzYVfEpK5v3vZJxk%2Fimage.png?alt=media&amp;token=bfad1aad-fc22-4e8f-b7d2-c86e2584c26f" alt="" width="293"><figcaption></figcaption></figure></div>


---

# 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://daoudata-co-kr.gitbook.io/daoudata.co.kr-docs/undefined-19/undefined.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.
