Translation
| 📊 Overview: 4 Functions | 2 Getters |
Extends: DataClass
🕐 Last updated: 2026-01-13T16:04:13.699Z
📑 Table of Contents
- ⚙️ Functions
- Regular Functions
- pushProcess (1 param) 🖥️
- popProcess 🖥️
- translate (2 params) →
Text🖥️ - translateFormObjects (1 param) 🖥️
- Computed Attributes (Getters/Setters/Query/OrderBy)
- _TranslationProcessCollection 🔍 →
Collection - CurrentProcess 🔍 →
Text
- _TranslationProcessCollection 🔍 →
- Regular Functions
- 🔗 Related Items
Functions
Regular Functions
pushProcess
[🖥️ local]
Function pushProcess($Process : Text)
Pushes a new translation process onto the process stack
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$Process | Text | - | - |
popProcess
[🖥️ local]
Function popProcess
Pops the current translation process from the process stack
translate
[🖥️ local]
Function translate($Text : Text; $TranslationProcess : Text) -> Text
Returns translated text if available and user has permission, otherwise returns original text
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$Text | Text | - | - |
$TranslationProcess | Text | - | - |
Returns: Text
translateFormObjects
[🖥️ local]
Function translateFormObjects($TranslationProcess : Text)
Translates all form objects in the current form for the specified process (legacy method)
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$TranslationProcess | Text | - | - |
Computed Attributes (Getters/Setters/Query/OrderBy)
_TranslationProcessCollection
[🔍 get only, 🖥️ local]
Function get _TranslationProcessCollection -> Collection
Returns or initializes the translation process collection with current process name
Returns: Collection
CurrentProcess
[🔍 get only, 🖥️ local]
Function get CurrentProcess -> Text
Returns the name of the current translation process from the process collection
Returns: Text
Related Items
🗂️ Tables
- Translation - ORDA DataClass class for Translation table
� Forms
- CalibrationProcedures - Data source for CalibrationProcedures form
- TranslationManager - Data source for TranslationManager form
Generated from Translation.4dm