Class: DuTranslation

DuTranslation

An translation for a string.

new DuTranslation(source, translation, comment, context, contextId)

D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 1959
Creates a new string translation.
Name Type Default Description
source string The source string
translation string '' optional The translated string
comment string '' optional A comment to explain what needs to be explained
context string '' optional The context where the string is used
contextId int 0 optional A unique id for the couple source/context

Members

commentstring

A comment to explain what needs to be explained

contextstring

The context where the string is used

contextIdstring

A unique id for the couple source/context

sourcestring

The source string

translationstring

The translated string