$getTranslation

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