Hi i would to create a multilanguage app.
Are there a plugin or a pipes that I could use to realize that?
Hi i would to create a multilanguage app.
Are there a plugin or a pipes that I could use to realize that?
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
Thank you @reedrichards if I have a problem with configuration I require your support!
Thanks again
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.
Thank you now i will try this solution