$clearTranslationCache

Clears the cache for translations.
Syntax
    $clearTranslationCache{}
Documentation$clearTranslationCache:
As translations for the ${} text constructs and the $getTranslation function are read from an internal DB table caching is used for maximum performance. To ensure that translations are reread from the tables call this function to clear the cache.
    Paramter:
      None.
    Returns:
      Void.
    Throws:
      None.
Examples
Clearing translation cache: $clearTranslationCache{} Done.
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 0