> For the complete documentation index, see [llms.txt](https://docs.neverinstall.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neverinstall.com/spaces/change-language-and-keyboard-layout.md).

# Change language & keyboard layout

Neverinstall empowers users with the ability to work in their preferred language and type in multiple languages effortlessly. With our intuitive language and keyboard layout customization options, you can explore new possibilities and seamlessly switch between languages to code, type, and browse with ease.

{% embed url="<https://tella.video/chromelanguage-fyjo>" %}

### Change Language

To change the language in your Neverinstall Space, simply navigate to the dock and click on the "globe" icon. Our platform currently supports full integration for six native languages: Chinese, Arabic, French, Russian, Korean, and Japanese.&#x20;

Once you select your desired language, your Space will reload, and all your space data will be transformed to the specified language.

Change Keyboard Language: Neverinstall also offers flexible keyboard language customization.&#x20;

### Change keyboard layout

1. Right-click on the top-right keyboard icon.
2. From the context menu, select "Preferences" as shown in the accompanying picture.
3. In the preferences window, navigate to the "Input Method" tab.
4. Click on the "Add" button to incorporate a new language into your keyboard options.

<figure><img src="/files/6snXpVLrzsIce739x54p" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bRKKeiecfu1Hzw3taNsZ" alt=""><figcaption></figcaption></figure>

Once you've added the desired language in the preferences, switching between keyboard layouts becomes a breeze. Simply click on the keyboard icon, select the newly added language, and instantly start typing in your native language. This functionality opens up a world of possibilities, allowing you to effortlessly communicate, code, and browse in multiple languages.


---

# 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.neverinstall.com/spaces/change-language-and-keyboard-layout.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.
