> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/set-a-language-for-the-tree-view.md).

# Set a language for the tree view

In Remote Desktop Manager, you can specify a language (and a location) for the tree view in the ***navigation pane***. This is especially useful for languages that use characters other than or in addition to the A-Z alphabet.

{% hint style="info" %}
Note that the system on which Remote Desktop Manager is installed must support the specific language for it to work in Remote Desktop Manager.
{% endhint %}

1. In Remote Desktop Manager, go to ***File – Settings – User Interface – Tree View***.
2. In the ***Tree view culture*** field, specify a ***Language tag***.

{% hint style="info" %}
A list of tags is available on [this Microsoft page](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c), in a table under the ***Language tag*** column. Tags are generally composed of lowercase letters representing the language (e.g., *en* for English) followed by uppercase letters representing the location or type (e.g., *US* for the United States), separated by a hyphen. For example, *en-US* is the tag for English in the United States. Other tag formats also exist.
{% endhint %}

3. Click on the ***Verify*** button next to the ***Tree view culture*** field. A window will pop up to confirm the language and location. Click ***OK*** to close it.
4. Click ***OK*** in the ***Tree View*** window to save your changes and restart Remote Desktop Manager to apply them.

You have successfully modified the language of the tree view.


---

# 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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/set-a-language-for-the-tree-view.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.
