| Syntax |
|
| Documentation | $getTranslation: Returns the tranlation for a given key. A key is usual an untranslated text in the default language. If language is not given $getCurrent{l} is used. If the account id is not given the translation is searched first in the actual account, then in the accounts code is inherited from. In the case that there is no translation available the key is returned. This function is the dynamic pendant of the ${key} construct. Translations are stored in an internal SQL table named 'Translations' of the account. They should be modified with the Studio translation module.
|
| Examples | |
| $getTranslation{Hello world!}{2} | |
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 3 |