# 다국어 입력 안내

원스토어는 사용자의 언어에 최적화된 정보를 제공하는 것을 권장합니다. 서비스하는 국가/지역을 고려하여 언어별 콘텐츠를 설정해 주세요.

## 언어 코드 입력 방식 <a href="#id" id="id"></a>

별도의 언어 설정 및 입력 기능이 없는 경우 언어 코드를 입력하여 다국어를 적용할 수 있습니다. \
언어 코드를 입력할 수 있는 영역은 다음과 같습니다.

* APPS > 상품현황 > 검증정보 : 업데이트 정보
* APPS > 고객관리 > 상품 별 공지사항 : 상품 공지사항

### 입력 방법

예시 : <언어 코드>내용\</언어 코드>

내용이 시작 및 종료 지점에 언어 코드를 이용한 태그를 적용합니다. 만약 한국어와 영어를 서비스하는 경우 아래와 같이 입력할 수 있습니다.

\<ko>안녕하세요\</ko>\
\<en>Hello\</en>

| 언어      | 언어 코드 |
| ------- | ----- |
| 한국어     | ko    |
| 영어      | en    |
| 중국어(번체) | zh-TW |
| 중국어(간체) | zh-CN |

### 기본 언어 설정

개발자가 설정하지 않은 언어를 사용자가 요구할 경우 기본 언어가 제공되며, 기본 언어는 1번째 입력한 언어 코드로 자동 설정됩니다.

**\<ko>안녕하세요\</ko>**\
\<en>Hello\</en>

위와 같이 언어를 설정한 경우 1번째 언어인 '한국어'가 기본 언어가 됩니다. 이 상태에서 '중국어'를 사용자가 요청했다면, 기본 언어인 '한국어'가 제공됩니다.\
기본 언어를 영어로 제공하고 싶다면, 아래와 같이 영어를 1번째로 배치하면 됩니다.

**\<en>Hello\</en>**\
\<ko>안녕하세요\</ko>


---

# 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://onestore-dev.gitbook.io/dev/docs/apps/multilingual.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.
