Quark Theme: I can't change the desktop language

I have tried everything, and I cannot change the language to Spanish, within my Desktop…

Esta es mi configuración dentro de user\config\system.yaml

languages:
supported:
- es
default_lang: false
include_default_lang: false
include_default_lang_file_extension: false
translations: true
translations_fallback: true
session_store_active: true
http_accept_language: false
override_locale: true
pages_fallback_only: true
What am I doing wrong?

Thank you

@montty, Please be advised that the lingua franca on this forum is English. You might consider updating your question accordingly allowing everyone to read it.

I cannot change the language to Spanish, within my Desktop…

What does Desktop mean? Do you perhaps mean the language of the UI of plugin Admin?

Please also embed code snippets (system.yaml) properly inside triple backticks (```). We cannot see now if there is any formatting issue with the snippet you show.

```
languages:
   supported:
      - es
```
languages:
  supported:
    - es

Sorry I thought I had written it all in English…

I mean change the language of the Dashboard.

I have tried with the settings above, but it won’t let me.

Then inside my system.yaml file…

I have the following configured:

languages:
supported:
- es
default_lang: false
include_default_lang: false
include_default_lang_file_extension: false
translations: true
translations_fallback: true
session_store_active: true
http_accept_language: false
override_locale: true
pages_fallback_only: true

I don’t know what parameter is wrong…

Let’s see if you can help me…

Thank you very much!

@montty, Again, please don’t use the blockquote option, but embed code snippets using triple backticks (```)…

The settings in system.yaml:languages are for multilingual Grav and not for Admin.
The language for the UI of Admin should be set in Admin at the config of the User. Click on the username in the upper left corner and then choose the desired language.

Thank you so much for everything!

And sorry for putting blockquote. Next time I’ll put it right! :relaxed: