Skip to main content

TranslationTextArray

Callable

  • TranslationTextArray(S: readonly { Tag: string; Value: string }[], T: readonly string[]): void

  • Translates a set of tags. Rerenders the login message when on the login page.


    Parameters

    • S: readonly { Tag: string; Value: string }[]

      Array of current tag-value pairs

    • T: readonly string[]

      The active translation dictionary

    Returns void

    • Nothing