Angular 5 internationalization

前端 未结 3 2078
感情败类
感情败类 2020-12-04 19:16

I\'m building an application using the latest Angular5 and what I need is for a user to be able to switch languages. I\'ve never had to implement this in an Angular2+ (actu

3条回答
  •  佛祖请我去吃肉
    2020-12-04 19:44

    Yes. ngx-translate is good till now, and I hope it will be in future as well.

    I am using ngx-translate in my current Angular 5 project with 5+ languages.

    It is working fine for me so far. I did not have to make any custom changes, it worked like plug and play thing.

    I used this plugin https://github.com/ngx-translate/core

提交回复
热议问题