# Multilingual Input Guide

ONE Store recommends providing information optimized for the user's language. Please set up language-specific content considering the countries/regions you are serving.

## How to Utilize Language Code <a href="#id" id="id"></a>

If no language setting or input is available, you may utilize the language code for multilingual content display. The areas where you can input language codes are as follows.

* APPS > Applications > App Review: Recent changes
* APPS > Customer services > Notice by product: Product Notice

### How to Encode

E.g.: content\</language code>

Apply language code tags at both the starting and ending points of the content. For English and Korean services, you can apply the code as follows.

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

| Language | Language Code |
| -------- | ------------- |
| Korean   | ko            |
| English  | en            |
| 中文(繁體)   | zh-TW         |
| 中文(简体)   | zh-CN         |

### Default Language Setting

If a user requests a language that the developer has not configured, the default language will be provided, and the default language will be automatically set to the first entered language code.

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

In the setup above, the first language set, 'Korean,' becomes the default language. with this setup, if the user requests 'Chinese,' the default language, 'Korean,' will be provided instead. \
If you want to provide English as a default language, you can simply place English first, as shown below.

**\<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/eng/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.
