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

# Establecer un idioma para la vista de árbol

En Remote Desktop Manager, puede especificar un idioma (y una ubicación) para la vista de árbol del ***panel de navegación***. Esto resulta especialmente útil para los idiomas que utilizan caracteres distintos del alfabeto A-Z o adicionales a este.

{% hint style="info" %}
Tenga en cuenta que el sistema en el que está instalado Remote Desktop Manager debe admitir el idioma concreto para que funcione en Remote Desktop Manager.
{% endhint %}

1. En Remote Desktop Manager, vaya a ***Archivo – Configuración – Interfaz de usuario – Vista de árbol***.
2. En el campo ***Cultura de la vista de árbol***, especifique una ***etiqueta de idioma***.

{% hint style="info" %}
Hay una lista de etiquetas disponible en [esta página de Microsoft](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c), en una tabla bajo la columna ***Language tag***. Las etiquetas se componen generalmente de letras minúsculas que representan el idioma (p. ej., *en* para inglés) seguidas de letras mayúsculas que representan la ubicación o el tipo (p. ej., *US* para Estados Unidos), separadas por un guion. Por ejemplo, *en-US* es la etiqueta para el inglés en Estados Unidos. También existen otros formatos de etiqueta.
{% endhint %}

3. Haga clic en el botón ***Verificar*** situado junto al campo ***Cultura de la vista de árbol***. Aparecerá una ventana para confirmar el idioma y la ubicación. Haga clic en ***Aceptar*** para cerrarla.
4. Haga clic en ***Aceptar*** en la ventana ***Vista de árbol*** para guardar los cambios y reinicie Remote Desktop Manager para aplicarlos.

Ha modificado correctamente el idioma de la vista de árbol.


---

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