FunctionsTranslationStringTranslationString CallableTranslationString(S: string, T: readonly string[]): stringTranslates a string to another language from the array, the translation is always the one right after the english lineParametersS: stringThe original english string to translateT: readonly string[]The active translation dictionaryReturns stringThe translated string
Translates a string to another language from the array, the translation is always the one right after the english line