The best solution to create a multilanguage app

Hi i would to create a multilanguage app.

Are there a plugin or a pipes that I could use to realize that?

1 Like

I use ngx-translate (previously known as ng2-translate). Super simple and is there since a while.

Since the official release of angular2, there are probably some native possibilities of supporting multi languages app, but I personally didn’t tried them since I was happy with the above solution…but I guess if you are at the point of starting, maybe you should have a look too

https://angular.io/docs/ts/latest/cookbook/i18n.html

1 Like

Thank you @reedrichards if I have a problem with configuration I require your support!

Thanks again :slight_smile:

1 Like

You can try with ng2-translate - the internationalization (i18n) library for Angular 2. This is a good tutorial that shows how to Internationalize and Localize an Ionic 2 app.

2 Likes

Thank you now i will try this solution