javascript - Internationalization for Angular2 Meteor Web Application -


i building web application meteor , angular2. need application support 4 languages. basing project on uri goldshtein's boilerplate https://github.com/urigo/angular2-meteor-base.

which recommended way implement internationalization when using angular2+meteor?

you might read article https://medium.com/@jamuhl/i18n-frameworks-the-unfair-showdown-8d436cd6f470 - using framework specific solution not best thing do...

i recommend looking i18n lib more mature - i18next, formatjs, polyglot,...

further should not consider have instrument code (i18n) app/website translated. should think process - how solve continuous localization, how keep track of progress, ... http://locize.com/2016-10-05-continuous-development-integration-and-localization-cd/

for translation management+ system might eg. have @ locize.com plays json based i18n frameworks...and provides lot more traditional systems.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to implement an entity bound odata action in olingo v4.3 -