How to translate camunda (Admin/Tasklist/Cockpit) when it is deployed as Embedded Process Engine?

Is it possible to translate camunda when it is deployed as embedded process engine?

Hi @kyle,

it is possible. You have to add the files into correct places into the war file.

I haven’t tried it by myself, but try to change the artefact to the standalone web app in this project: https://github.com/camunda-consulting/code/tree/master/snippets/camunda-webapp-customized.

Hope this helps, Ingo

Hi @Ingo_Richtsmeier
Thanks for reply, but I think it will not work for me because I have a Spring boot application that generates a .jar file and camunda is embedded into this application, so I’d like to know if there are some configuration to this approach

Hi @kyle
you might check: https://github.com/camunda-consulting/code/tree/master/snippets/springboot-customized-webapps

1 Like

Hi @felix-mueller
Thanks, it solved my problem