eqi18n namespace

Contains internatialization functionality.

Functions

Index addLocale getLocale getText setLocale addLocale ▸ addLocale(locale: string ,localeTexts: any ): void Parameters: locale: string localeTexts: any Returns void getLocale Gets the locale. ▸ getLocale(): string Returns string - The locale. getText Returns localized text by the key defined in parameter.

Variables