Form Translation Service.

Hierarchy

  • TranslationService

Constructors

Methods

  • Get list of translation keys for a formdefinition

    Returns

    string

    Parameters

    • formID: string

    Returns Promise<string[]>

  • Checks whether a given string is a translation key. A translation key is a string that starts with '{{@' and ends with '}}'.

    Returns

    True if the string is a translation key, false otherwise.

    Parameters

    • key: string

      The string to check.

    Returns boolean

  • Get translation from form translation key

    Returns

    string

    Parameters

    • key: string

    Returns string

Generated using TypeDoc