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

# Impostare una lingua per la visualizzazione ad albero

In Remote Desktop Manager è possibile specificare una lingua (e una località) per la vista ad albero nel ***riquadro di navigazione***. Questo è particolarmente utile per le lingue che utilizzano caratteri diversi da o in aggiunta all'alfabeto A-Z.

{% hint style="info" %}
Si noti che il sistema su cui è installato Remote Desktop Manager deve supportare la lingua specifica affinché funzioni in Remote Desktop Manager.
{% endhint %}

1. In Remote Desktop Manager, vada su ***File – Impostazioni – Interfaccia utente – Vista ad albero***.
2. Nel campo ***Cultura vista ad albero***, specifichi un ***Tag di lingua***.

{% hint style="info" %}
Un elenco di tag è disponibile in [questa pagina Microsoft](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c), in una tabella sotto la colonna ***Language tag***. I tag sono generalmente composti da lettere minuscole che rappresentano la lingua (ad esempio, *en* per l'inglese) seguite da lettere maiuscole che rappresentano la località o il tipo (ad esempio, *US* per gli Stati Uniti), separate da un trattino. Ad esempio, *en-US* è il tag per l'inglese negli Stati Uniti. Esistono anche altri formati di tag.
{% endhint %}

3. Clicchi sul pulsante ***Verifica*** accanto al campo ***Cultura vista ad albero***. Si aprirà una finestra per confermare la lingua e la località. Clicchi su ***OK*** per chiuderla.
4. Clicchi su ***OK*** nella finestra ***Vista ad albero*** per salvare le modifiche e riavvii Remote Desktop Manager per applicarle.

Ha modificato con successo la lingua della vista ad albero.


---

# 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/it/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.
