How to change the language of Tryton

Hello
I just tried Tryton 5.2 from the Docker image. Is it possible to change the language? It seems like there is only the English language available!?
Thanks

1 Like

All languages are available in the docker image. You must update the database with the proper language.
And you may want to change the default language using environment variables.

Thank you, I was able to change after a database update with language code (ISO-639-1).

docker stop tryton
docker run --link tryton-postgres:postgres -it tryton/tryton trytond-admin -d tryton --all -l de
docker start tryton

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.