igniteui-i18n-resources
v1.0.4
Published
IgniteUI for Angular localization resources package
Readme
Ignite UI Internationalization (i18n) Resources
This package contains translated resources used commonly in Ignite UI components for Angular, WebComponents and React.
Usage
Install the modules:
npm install igniteui-i18n-resources --saveImport the resources you want to use:
import { ResourceStringsBG, ResourceStringsDE } from 'igniteui-i18n-resources';Register the resources you would like to use in the Ignite UI components on the platform you are using:
registerI18n(ResourceStringsBG, 'bg');
registerI18n(ResourceStringsDE, 'de');Now changing the global locale for Ignite UI components should use the resources for that locale, if they are registered:
setCurrentI18n('de');Available languages
BulgarianCzechDanishDutchEnglishFrenchGermanHungarianItalianJapaneseKoreanNorwegianPolishPortugueseRomanianSpanishSwedishTurkishTraditional Chinese (zh-Hant)Simplified Chinese (zh-Hans)
