Language Support
The BPMN Modeler extension supports multiple UI languages for the modeler interface. Translations cover the palette, context pad, properties panel, and other modeler UI elements for both BPMN and DMN diagrams.
Supported Languages
| Locale | Language |
|---|---|
de | Deutsch |
en | English (default) |
fr | Français |
nl-nl | Nederlands |
pt-br | Português (Brasil) |
ru | Русский |
zh-Hans | 简体中文 (Simplified Chinese) |
zh-Hant | 繁体中文 (Traditional Chinese) |
Usage
There are two ways to change the modeler language:
- VS Code Setting — set
miragon.bpmnModeler.languagein your settings to one of the locale codes above. - Command Palette — run
BPMN Modeler: Change Modeler Language(command IDbpmn-modeler.changeLanguage) to pick a language from a QuickPick menu. The command is available when at least one BPMN editor is open.
The language change takes effect immediately on all open modeler tabs.
For implementation details, see Contributing → Language Support internals.