...
| Status |
|---|
| colour | Blue |
|---|
| title | Application developer |
|---|
|
| Status |
|---|
| colour | Green |
|---|
| title | StandUpdated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | gilt fuer applies to Nuclos 4.2026.x |
|---|
|
| Panel |
|---|
|
Auf dieser SeiteOn this page |
Overview
...
| Codeblock |
|---|
|
MessageContext.sendMessage("Das Formular wurde erzeugt und im Laufwerk abgelegt."); // vor v4.2025.15
MessageContext.sendMessage(true, "Das Formular wurde erzeugt und im Laufwerk abgelegt."); // ab v4.2025.15throw new BusinessException(new DoNotTranslate(machineApi.getErrorMessage())); |
The optimal way
Assign a fixed, unique localization key. This lets you change the source text later without rebuilding translations from scratch.
...
Related pages
Localization
Overview.
Öffnen Open →
Supporting classes
Rule API.
Öffnen Open →