Skip to content

Functions

▸ addLocale(locale: string,localeTexts: any): void

  • locale: string
  • localeTexts: any

Returns void


Gets the locale.

▸ getLocale(): string

Returns string - The locale.


Returns localized text by the key defined in parameter. Here we get the text of the resource string assigned to CmdClickToAddCondition key:

▸ getText(args: any[]): string

  • args: any[] - The keys of the resource string.

Returns string - Text of the resource defined by key.


Sets the locale.

▸ setLocale(l: string): void

  • l: string - The locale.

Returns void