Page 1 of 1

Internationalization support for Avalon PrimeNG

Posted: 04 Jun 2018, 20:32
by jtsdev
Hi,

We have started developing application with Avalon PrimeNG as a front end. We have a requirement to support multiple languages to display User Interface and an option to user to dynamically change the languages and change should be reflected immediately. The server we will be going to deploy this application in Websphere without any Node installation on host server. Please suggest best/standard libraries used to add dynamic multiple language selection in Avalon PrimeNG.
We found following you can add if any standard libraries apart from these, The angular i18n with AOT build need individual language build packages to be deployed on server to have multiple language support and we are not keen in doing that.

1. Angular i18n
2. ngx-translate

Re: Internationalization support for Avalon PrimeNG

Posted: 11 Jun 2018, 15:27
by cagatay.civici
i18n is not in the scope of Avalon template so we rather not suggest any particular library, Angular official i18n documentation will be the best resource for this;

https://angular.io/guide/i18n

Re: Internationalization support for Avalon PrimeNG

Posted: 11 Jun 2018, 15:55
by jtsdev
Thanks for update.

I found following library in one of another forum and we are using this.

http://www.ngx-translate.com/



Please let me know if you aware of any downside of this library than native angular i18N.

Thanks