Skip to main content

TranslationString

Callable

  • TranslationString(S: string, T: readonly string[]): string

  • Translates a string to another language from the array, the translation is always the one right after the english line


    Parameters

    • S: string

      The original english string to translate

    • T: readonly string[]

      The active translation dictionary

    Returns string

    • The translated string