Interface ILocalizedStrings
interface ILocalizedStrings { getString(key: string, ...args: (
string | number)
[]): string;} Methods
getString
- getString(key: string, ...args: (string | number)[]): string
Parameters
- key: string
- ...args: (string | number)[]
Returns string
Localized strings interface