Translation in Ionic App

Hi,
I want to make my application translatable. Do you recommend the i18n way from angular or ngx-translate? Can you also give a short explanation why you use the one or the other.
Thanks for your replies.
Cheers

The first option, combined with this tooling until there’s something else.

Because ngx-translate requires more runtime futzing with pipes and observables, whereas the stock Angular i18n does more build-time magic. Another large concern is that I find it easier to manage the translation process using XLIFF than the various ways I had to homebrew that with ngx-translate.

2 Likes