| Syntax |
|
| Documentation | $hasTranslation: Returns whether a translation for a given key exists. 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. Translations are stored in an internal SQL table named 'Translations' of the account. They should be modified with the Studio translation module.
|
| Examples | |
| $hasTranslation{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 |