NGX-Translate is an internationalization library for Angular 2+. It lets you define translations for your content in different languages and switch between them easily.
I'm using this @ngx-translate/core i18n service and it works fine in templates (.html) with this syntax: {{'my.i18…
angular typescript ngx-translateI am trying to build an application with Angular 6 and I am still setting everything up. But it seems there …
angular typescript dependency-injection angular6 ngx-translateI'm building an application using the latest Angular5 and what I need is for a user to be able to …
angular internationalization ngx-translate angular5 angular-i18nI am trying to make a method which would accept string key and return translated string value by using translate.…
angular typescript loader ngx-translateI want to get current language with this.translate.getBrowserLang(), but it always return 'en', whatever the current language is …
javascript angular ngx-translateI'm developing an Ionic 2 mobile app and want to use ngx-translate features. Following the tutorial, I'm importing necessary files in …
http ionic-framework ngx-translateI'm using ngx-translate. How can I put a line break in a string to translate ? In my template I have : {{…
angular translation ngx-translateThere are multiple methode to translate an (Angular) app, the big main methodes are : ngx-translate and Angular 2 native i18n …
angular translation ngx-translateI'm having an issue with NGX-Translate in Angular7. I'm trying to translate a phrase with a parameter. If the parameter …
angular ngx-translateI want to make an angular 4 app that is multilangual. I have followed the answer on Angular 2 - Multilingual Support …
html angular typescript internationalization ngx-translate