$hasTranslation

Returns whether a translation for a given key exists.
Syntax
    $hasTranslation{key}[{language}[{account_id}]?]?
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.
    Paramter:
      1 - key 2 - language (optional, defaults to current language) 3 - account id (optional, defaults to current account)
    Returns:
      Boolean.
    Throws:
      None.
Examples
$hasTranslation{Hello world!}{2}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 3