Translation GitHub

📊 Overview: 4 Functions 2 Getters

Extends: DataClass

🕐 Last updated: 2026-01-13T16:04:13.699Z


📑 Table of Contents


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


🗂️ Tables

  • Translation - ORDA DataClass class for Translation table

� Forms


Generated from Translation.4dm


This site uses Just the Docs, a documentation theme for Jekyll.