> For the complete documentation index, see [llms.txt](https://docs.talisman.xyz/talisman/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talisman.xyz/talisman/customize/customizing-talisman/multi-language-support.md).

# Multi-Language Support

Diversity and accessibility are at the heart of the Talisman experience. As part of our commitment to serve a global user base, we've integrated multi-language support into our wallet. Currently, we offer the interface in the following languages:<br>

* English
* Dutch (Deutsch)
* Spanish (Español)
* French (Français)
* Italiano
* Japanese (日本語)
* Korean (한국어)
* Brazilian Portuguese (Português Brasileiro)
* Romanian (Română)
* Russian (Pусский)
* Vietnamese (Tiếng Việt)
* Chinese (简体)\
  \
  We're always eager to expand our language offerings. If you're fluent in a language not currently supported and wish to contribute to the Talisman community, we'd love to hear from you. Reach out to our team on our[ Discord](https://discord.gg/talisman)!

***

#### **Switching to Your Preferred Language:**

Changing the language of your Talisman Wallet interface is simple:\
\
1\. From the popup view, click “More”.

<div align="left"><figure><img src="/files/GYHDBHsOeSRQHkN1DAo6" alt="" width="375"><figcaption></figcaption></figure></div>

2\. Select “All Settings”

<div align="left"><figure><img src="/files/X5jfpia6Vwj26W5BLixk" alt="" width="375"><figcaption></figcaption></figure></div>

3\. You’ll be directed to the “General” tab of the settings page, select “Language”

<div align="left"><figure><img src="/files/9WAD73jmkrxwwHI13OvV" alt=""><figcaption></figcaption></figure></div>

4\. From the dropdown menu, select your preferred language.

<div align="left"><figure><img src="/files/1YYqSuQkkA62YH0hfIOJ" alt=""><figcaption></figcaption></figure></div>

5\. The interface will immediately reflect your chosen language!

<div align="left"><figure><img src="/files/ZLLP4zYtmPjFEmCr1cpd" alt="" width="563"><figcaption><p>Fullscreen View</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/lfBUerx9c9cdby001nkL" alt="" width="375"><figcaption><p>Popup View</p></figcaption></figure></div>

\
Experience Talisman Wallet in your native tongue and enjoy a more personalized Web3 journey!<br>

v3.1.10


---

# 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.talisman.xyz/talisman/customize/customizing-talisman/multi-language-support.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.
