Switch to english language of the metasfresh system user

Hi guys!
I am running metasfresh locally on my macbook via docker-compose. My problem is I cannot switch interface language to english for user metafresh: there are absolutely no values into Sprache dropdown in System -> Mein Profil -> metasfresh

What should I do to fix this?

You can change the language of the user it instead of metasfresh:

select * from ad_user where login='it';
update ad_user set password = 'leepic' where login = 'it';

Then login and change the language:

hi,
just create a new user and you will be able to change the language for the new user.
You can give him the same roles as metasfresh.

cheers,
Norbert

hi,

there is also the way to change the language of your current user session by utilizing a rest endpoint:
https://docs.metasfresh.org/support_collection/en/change_language_metasfresh_user

cheers,
Norbert