> For the complete documentation index, see [llms.txt](https://plusorder.gitbook.io/helpme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plusorder.gitbook.io/helpme/ex/undefined-4/undefined-1.md).

# 다국어(외국어) 등록 및 사용

{% hint style="danger" %}

1. **메타포스 사용 가맹점에서 메뉴를 다국어로 설정하는 경우, 주방주문서 등이 해당 외국어로 출력됩니다.  (OKPOS는 한글로 출력)**
2. 메뉴명, 분류명을 사용할 외국어로 번역하여 다음의 다국어관리 화면에 등록하셔야 합니다.
3. 현재 영어, 일본어, 중국어 3가지 사용할 수 있습니다.&#x20;
   {% endhint %}

### 🞜 플러스오더 ASP에 매장 ID로 로그인 합니다.

(1) 플러스오더에서 사용할 다국어를 설정 등록합니다.

<figure><img src="/files/ec1pU2SB37TOQIcxPK8o" alt=""><figcaption><p>다국어관리</p></figcaption></figure>

(2) 기초관리 > 테이블오더관리 > 다국어관리 화면으로 이동 합니다.

<figure><img src="/files/von5MFgWzOZvbdqb0hbZ" alt=""><figcaption><p>다국어선택</p></figcaption></figure>

(3) 다국어선택 탭에서 사용할 다국어를 사용체크 한후 저장 합니다. 사용으로 선택한 언어가 플러스오더 화면 아래에 국기로 출력이 됩니다.&#x20;

<figure><img src="/files/Wxz00WezNI1u8FSVGzDN" alt=""><figcaption><p>다국어입력</p></figcaption></figure>

(4) 상품명 화면에서 사용선택한 다국어를 등록 합니다.

(5) 동일한 방법으로 상품설명, 터치대분류, 터치중분류, 호출서비스, 플래그, 판매시간에 대한 다국어를 \
&#x20;   모두 등록 합니다.


---

# 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://plusorder.gitbook.io/helpme/ex/undefined-4/undefined-1.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.
