Multilingual app: standard method?

At this stage of Ionic 2, what would be the recommended method for making a multilingual app? Would you still go go with the ng2-translate service or is there a better way to allow your app to switch from one language to another based on user preferences?

I only intend to have 2 languages initially (English and French) so I can (and probably will) translate everything by hand but what would the best method of managing static and dynamic strings in my app? (I have a lot!)

I’ve used angular-translate with ionic1 and probably is one of the best solutions for ionic2 too

https://angular-translate.github.io/

Bye…

i use ng2-translate with ionic the latest version. No problem at all.