Greetings,
I want to localize ej2 components from files. I have localization files translated for components which were used in Essential JS 1, and in ES1 they were in node_modules folder. Can't see something similar when using ES2. Need this to apply localization for all ej2 components.
Query: How to load l10n from file to localize ej2 components.
Got cldr for globalization
Got ES1 localization translations, need this to use for ES2. Of course this needs to be rewritten for correct syntax
I can get result by doing like this, but i don't want to hardcode every language in a component. So i need to read it from files that i already have