Hello,
is there a way to localize the web apps in a Camunda RUN installation?
There are locales available but I couldn’t find the way to make them work.
Thanks!
Best regards
Hello,
is there a way to localize the web apps in a Camunda RUN installation?
There are locales available but I couldn’t find the way to make them work.
Thanks!
Best regards
Hey @ruimartins ,
Normally the web apps should be available when you start Camunda run. Do you get an error message when you try to access them? What do you mean you can’t make them work?
Cheers
Nele
Thanks for your quick answer.
No Camunda RUN works just fine, but I don’t find the option to localize it.
There’s localisations available: here:
But the instructions provided here: Configuration | docs.camunda.org do not work for Camunda RUN (at least I couldn’t make them work).
Thanks
Hey @ruimartins ,
Camunda Run uses SpringBoot. Here is a code snippet from our Consulting Team that explains how to customize the webapps within a SpringBoot application. I haven’t tried it myself for Camunda Run but I would think that this is a good starting point and should work quiet similar.
I hope this helps
Cheers
Nele
Hi @Nele
thanks for sharing.
I’ll have a look.