changei18n

Change resource strings for all components globally. The locale is not taken into account and this method should be called when the locale is changed. Note: Legacy method. We suggest using the new registerI18n and setCurrentI18n methods exposed.

Signature

changei18n(resourceStrings: IResourceStrings): void

Defined in projects/igniteui-angular/core/src/core/i18n/resources.ts:102

Parameters

  • resourceStrings: IResourceStrings

Returns

void