Add the language toggle block to the Navigation Menus

Have you tried my solution?

I did not understand what I did well, is it possible to put screenshots for clarification

Hi,
can you help me to add the languages toogle in the user navbar as in the screenshot?
Many thanks!

Hi. For the language selector to work, the links must look like this:

href="/user/setLocale/en_US"
href="/user/setLocale/es_ES"

This way you will get to see the translated page, whatever it is, without having to point to the home page.
In OJS3x you can place the selector in the custom header, through the Custom Header Plugin

Regards!