# Switch Languages

## Switching Language

This guide provides step-by-step instructions on how to switch between supported languages in the IDE. Currently, the IDE supports **English** and **Japanese**.

***

### Prerequisites

By default, the new IDE only supports the **English** language. To use **Japanese**, you need to install the **Japanese Language Pack** extension. This installation is required only once. Once installed, you can switch between English and Japanese as needed.

***

### Japanese Language Extension

When you open a project in the new IDE for the first time, the system will check if the **Japanese Language Pack** is installed. If it is not installed, the system will attempt to install it automatically, as shown in the screenshot below.

You can view the installation logs under the **Terminal** tab.

<figure><img src="/files/o23mSTr9N4Ezwd2V4yMo" alt="" width="563"><figcaption></figcaption></figure>

If the installation is successful, a pop-up dialog will appear in the bottom-right corner. Click **"Change Language and Restart"** to reload the IDE and apply the Japanese language setting.

**Note:**

* For **Free Plan** users, the Japanese Language Pack will be installed every time the IDE is opened.
* For **Paid Plan** users, the extension is installed once and stored in the user’s home directory.

***

### Manual Installation

If the automatic installation fails, follow these steps to install the **Japanese Language Pack** manually:

1. **Open the Extensions View**
   * Click the **Extensions** icon on the Activity Bar.
   * A list of installed extensions will be displayed. By default, you should see **Monaca Extension** listed.

<figure><img src="/files/X4ZAsRFa5i5HVzcAzUDt" alt="" width="563"><figcaption></figcaption></figure>

2. **Search for the Japanese Language Extension**
   * If the **Japanese Language Pack** is not listed, use the search bar and type:\
     **Japanese Language Pack for Visual Studio Code**.

<figure><img src="/files/U3VfbACl9WQKulVYdJ8a" alt="" width="563"><figcaption></figcaption></figure>

3. **Install the Extension**
   * Click the **Install** button to install the extension.
   * Once installed (either manually or automatically), the Japanese Language Pack will appear under the **installed extensions list**.
   * The extension’s detail page will display an **Uninstall** button, indicating that the installation was successful.

<figure><img src="/files/dBBqPZiVpQfdHF522MeH" alt="" width="563"><figcaption></figcaption></figure>

***

### Switching Languages

#### Switching from English to Japanese

1. **Open the Command Palette**
   * Click the **Settings** icon in the bottom-left corner.
   * Select **Command Palette...** from the menu.
   * (../img/common/setting-command-palette-en.png)

<figure><img src="/files/yJYyD9wombflwCCBUa62" alt="" width="563"><figcaption></figcaption></figure>

2. **Search for the Language Configuration Command**
   * In the **Command Palette** search box, type **Configure Display Language**.
   * Press **Enter** or click the relevant search result.

<figure><img src="/files/tNavpqo6UFdy6vzvdFLP" alt="" width="563"><figcaption></figcaption></figure>

3. **Select "日本語 (ja)"**

<figure><img src="/files/UYY9l7tbXK9AQzzZLWP6" alt="" width="563"><figcaption></figcaption></figure>

4. **Restart the IDE**
   * Click **"Restart"** to apply the language change.

<figure><img src="/files/i4ybQSe1KFgUJtshLaPx" alt="" width="563"><figcaption></figcaption></figure>

5. **The IDE will reload and switch to Japanese.**

<figure><img src="/files/ktEtQodhIyaNEak7f0tR" alt="" width="563"><figcaption></figcaption></figure>

***

#### Switching from Japanese to English

1. **Open the Command Palette**
   * Click the **Settings** icon in the bottom-left corner.
   * Select **コマンドパレット...** from the menu.

<figure><img src="/files/KWlZK9bOQWSZqKGmQawn" alt="" width="563"><figcaption></figcaption></figure>

2. **Search for the Language Configuration Command**
   * In the **Command Palette** search box, type **表示言語を構成する**.
   * Press **Enter** or click the relevant search result.

<figure><img src="/files/kHn1rRWJ2BfqcdVvj8Mv" alt="" width="563"><figcaption></figcaption></figure>

3. **Select "English (en)"**

<figure><img src="/files/0mXypZZZWCu5erU4Ysnl" alt="" width="563"><figcaption></figcaption></figure>

4. **Restart the IDE**
   * Click **"再起動"** to confirm.

<figure><img src="/files/JWvDnZGvvZ2fjqut1eIp" alt="" width="563"><figcaption></figcaption></figure>

5. **The IDE will reload and switch to English.**

<figure><img src="/files/FJXzMCTYWI1tkYmZNvxj" alt="" width="563"><figcaption></figcaption></figure>

***

### Notes

* The Japanese Language Pack must be installed before switching to Japanese.
* The **Free Plan** requires reinstallation of the language pack every time the new IDE is opened.
* The **Paid Plan** allows the extension to remain installed permanently.
* If you experience any issues, please contact support.


---

# 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://en.docs.monaca.io/products_guide/new-monaca-cloud-ide/switch-languages.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.
