> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/mobile-app-user-guide/getting-started/customize-language-display.md).

# Customize language display

### Supported languages <a href="#supported-languages" id="supported-languages"></a>

At SubWallet, diversity and accessibility are core to our mission. We are committed to supporting a global community; therefore, we have designed the SubWallet interface to be accessible in various languages.

Currently, our interface is available in the following languages:

* **English**
* **Japanese (日本語)**
* **Chinese (汉语)**
* **Russian (Русский)**
* **Vietnamese (Tiếng Việt)**

{% hint style="info" %}
More languages will be supported in the future. Stay tuned!
{% endhint %}

### **Customize language display** <a href="#customize-language-display" id="customize-language-display"></a>

**Step 1**: On the SubWallet homepage, tap the list item at the top left corner to get to the Settings section.

<figure><img src="/files/5c4Z8k49d3WOrRIOkpe8" alt="" width="282"><figcaption></figcaption></figure>

**Step 2**: In the Settings section, select "**General settings**".

<figure><img src="/files/OHUIBucgOVUcj72xPefO" alt="" width="282"><figcaption></figcaption></figure>

Next, choose "**Language**" to view supported languages.

<figure><img src="/files/Lg7QdsBDmyNqaFa0d2Mg" alt="" width="269"><figcaption></figcaption></figure>

**Step 3**: Select your preferred language from the list. Once selected, hit "**Apply**" to change the language you want to use.

<div><figure><img src="/files/n5CyxneKR8F4Imb0jbWY" alt="" width="282"><figcaption></figcaption></figure> <figure><img src="/files/UcpMvTUQWu2JW6DFs356" alt="" width="282"><figcaption></figcaption></figure></div>

Get ready to explore new horizons and make your journey smooth and enjoyable with SubWallet, no matter where you are!


---

# 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://docs.subwallet.app/main/mobile-app-user-guide/getting-started/customize-language-display.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.
