> For the complete documentation index, see [llms.txt](https://docs.polkagate.xyz/polkagate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polkagate.xyz/polkagate/polkagate-extension-user-guide/settings/switch-language.md).

# Switch Language

PolkaGate supports multiple languages, including **Chinese, Russian, French, Spanish, and Hindi**, in addition to **English**, which is the default language.

To change the language, open **Settings → Extension Settings →** select **Language.**

<figure><img src="/files/GcJqk5QSHxxtcfu1T5bH" alt="" width="234"><figcaption><p>Extension Settings (extension)</p></figcaption></figure>

<figure><img src="/files/Y685O8Eod6BAV81I0VZ8" alt="" width="234"><figcaption><p>Select Language (extension)</p></figcaption></figure>

To change the language in **full-screen mode**, the easiest way is to use the **language button** located below the **left-hand menu**. This button is **always visible**, so you can access it from anywhere in the extension.\
Alternatively, you can go to **Settings → Extension Settings → Language**, as shown below.

<figure><img src="/files/PGld33NvCax5d8Jo6TRK" alt=""><figcaption><p>Extension Settings (full-screen)</p></figcaption></figure>


---

# 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.polkagate.xyz/polkagate/polkagate-extension-user-guide/settings/switch-language.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.
