Is there an easy way to have the language of the modx backend interface (manager) on a per user basis? e.g. admin sees the backend in english, user 1 sees it in french, user2 in italian.
the only thing I could find so far was a global setting in System -> System Settings
I'm running modX 2.0.7.
EDIT:
I've found a way of doing it in later versions of modx by adding a custom user setting that overwrites manager_language. but 2.0.7 doesn't allow you to add custom settings of type modx-combo-language.
updating my modx version might be a bit tricky as quite a few developers have worked on it over the last 2 years and it might break something.