Translation
| ๐ Overview: 5 Fields | 3 Indexes |
๐ Description
๐จ๏ธ Internationalization table storing translated text for multi-language support. Links to Language and LanguageTag for localized strings.
- Table ID: 93
- UUID: FB3EF960B67EC1469BFEF51C80EEDF92
- Primary Key: ๐
ID - Generated: ๐ 2025-12-04T14:34:54Z
๐ Table of Contents
๐ Fields
| Field | Type | Constraints | Description |
| ๐ ID | Long Integer | ๐ PK, โจ Unique, โก Auto | - |
| Process | String (255) | ๐ซ Not Null | - |
| OriginalText | String | ๐ซ Not Null | - |
| TranslatedText | String | ๐ซ Not Null | - |
| LastModified | String (255) | ๐ซ Not Null | - |
๐ Indexes
| Field | Type | Kind | Unique |
OriginalText | Keywords | regular | - |
Process | Keywords | regular | - |
ID | Keywords | regular | โจ Yes |
๐ฆ Classes
- Translation - ORDA DataClass class for Translation table
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:34:54Z