Lost in Translation… Strings

Costas

Administrator
Staff member
He wanted to use the framework-independent library i18next with an Angular wrapper: angular-i18next. However, there is currently an unfortunate limitation with angular-i18next: it’s not capable of switching language on the fly, which is a show-stopper for me.
In this article, we’ll use a popular library: ngx-translate.

ref - https://blog.angularindepth.com/lost-in-translation-strings-846566376951
 
Top