> 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/de/knowledge-base/how-to-articles/set-a-language-for-the-tree-view.md).

# Eine Sprache für die Baumansicht festlegen

In Remote Desktop Manager können Sie eine Sprache (und einen Standort) für die Baumansicht im ***Navigationsbereich*** angeben. Dies ist besonders nützlich für Sprachen, die andere Zeichen als das A-Z-Alphabet oder zusätzlich dazu verwenden.

{% hint style="info" %}
Beachten Sie, dass das System, auf dem Remote Desktop Manager installiert ist, die jeweilige Sprache unterstützen muss, damit sie in Remote Desktop Manager funktioniert.
{% endhint %}

1. Gehen Sie in Remote Desktop Manager zu ***Datei – Einstellungen – Benutzeroberfläche – Baumansicht***.
2. Geben Sie im Feld ***Kultur der Baumansicht*** ein ***Sprach-Tag*** an.

{% hint style="info" %}
Eine Liste der Tags finden Sie auf [dieser Microsoft-Seite](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c) in einer Tabelle in der Spalte ***Language tag***. Tags bestehen im Allgemeinen aus Kleinbuchstaben, die die Sprache darstellen (z. B. *en* für Englisch), gefolgt von Großbuchstaben, die den Standort oder Typ darstellen (z. B. *US* für die Vereinigten Staaten), getrennt durch einen Bindestrich. Zum Beispiel ist *en-US* das Tag für Englisch in den Vereinigten Staaten. Es gibt auch andere Tag-Formate.
{% endhint %}

3. Klicken Sie auf die Schaltfläche ***Überprüfen*** neben dem Feld ***Kultur der Baumansicht***. Ein Fenster wird angezeigt, um die Sprache und den Standort zu bestätigen. Klicken Sie auf ***OK***, um es zu schließen.
4. Klicken Sie im Fenster ***Baumansicht*** auf ***OK***, um Ihre Änderungen zu speichern, und starten Sie Remote Desktop Manager neu, um sie anzuwenden.

Sie haben die Sprache der Baumansicht erfolgreich geändert.


---

# 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.devolutions.net/rdm/de/knowledge-base/how-to-articles/set-a-language-for-the-tree-view.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.
