Helpers.Language

Methods

(static) language(name) → {object|null}

Return the language associated with the key. Returns null if no language is found.

Parameters:
Name Type Description
name string

The name or id of the language.

Source:
Returns:
  • The language dictionary, or null if not found.
Type
object | null