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 -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -