Skip to main content

TranslationGetLanguageName

Callable

  • TranslationGetLanguageName(code: string, english?: boolean): string

  • Returns the translated language name for the given code.


    Parameters

    • code: string

      The language code to get the human-readable name of.

    • optionalenglish: boolean = false

      Get the english name of it.

    Returns string