Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILocaliser

Hierarchy

  • ILocaliser

Index

Methods

getlocalisedtext

  • getlocalisedtext(locale: string, msg: string, ...args: (string | number)[]): string
  • Parameters

    • locale: string
    • msg: string
    • Rest ...args: (string | number)[]

    Returns string

gettext

  • gettext(msg: string, ...args: msgarg[]): string

loadLocale

  • loadLocale(strings: ILocaleStrings, locale: string): void

setLocale

  • setLocale(locale: string): string

Generated using TypeDoc