plone / plone.app.multilingual

Plone Multilingual Content Add-on
https://pypi.org/project/plone.app.multilingual
18 stars 47 forks source link

Allow editor choose language for UI independently of the content language #334

Open agitator opened 5 years ago

agitator commented 5 years ago

It would be useful for editors to set the language of the UI independently of the content language. For standard content it's not so much of a problem, but try to configure a collection in a language you don't fully understand.

What would be necessary to achieve this?

erral commented 5 years ago

There is an addon that does exactly this:

https://github.com/miohtama/silvuple

It patches the language negotiator to check if an editor is logged in, and if so to force the language previously configured on the control panel

agitator commented 5 years ago

@erral thanx, will check it!