Change languages

Modeling tools default is English how to achieve internationalization, change the language?

Translating the modeler and the properties panel is possible, however it requires a Camunda Modeler plugin.

There is an example: https://github.com/bpmn-io/bpmn-js-examples/tree/master/i18n

You’d need to wrap the custom translation functionality in a Camunda Modeler plugin. Unfortunately this requires a little bit of effort and there’s no ready-to-use plugin at the moment.

Short update for that issue: There is a ready-to-use plugin that can be extended with any language. Here you can find it with instructions. https://github.com/FlowSquad/camunda-modeler-i18n-plugin

1 Like