| Auszug |
|---|
|
Nuclos internationalize business object: multilingual attributes, language table, String, Memo, BO wizard, data language. |
Language: Deutsch · English
Internationalizing business objects
Make fields multilingual – mark String attributes, language table and disabling.
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
In Nuclos not whole business objects but individual fields are internationalized. A BO counts as internationalized as soon as at least one field is declared multilingual.
Language table
For an internationalized BO Nuclos creates a dedicated language table and joins it with the BO table at runtime – depending on the data language chosen at login, the matching content is always shown.
Making an attribute multilingual
Path: Configuration → Business object. Only String data types can be internationalized:
| Data type | Java type |
|---|
| Text | java.lang.String |
| Memo | java.lang.String |
| Text (large object) | java.lang.String |
Tick the multilingual checkbox. Only fields marked this way go into the language table.
| Info |
|---|
|
If the flag is removed later, the field and its content are deleted from the language table – only the primary language values remain in the BO table. |
Related pages
Entering internationalized content
Entry.
Open →