Top "Ngx-translate" questions

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.

ngx-translate with dynamic text on ts file

I'm using ngx-translate for internationalization on Ionic 3 app. I have used pipe nicely on HTML code. But now I have …

angular typescript ionic3 ngx-translate
json language files are not found ngx-translate angular-cli

My project is set up with Angular CLI, so it's built with webpack but the webpack config files are hidden. …

json angular webpack angular-cli ngx-translate
ngx-translate: Translate string in Unit Testing

I can get the value if it's a static test, but whenever I'm trying to get the translated value (using …

angular unit-testing typescript karma-jasmine ngx-translate
Angular 6 i18n runtime translation support

I've read i18n runtime support is coming in angular 6, but cant find anything in rc3. Is it postponed or …

angular internationalization ngx-translate angular6
ngx-translate/core "Error: No provider for HttpClient!"

I've downloaded the package ngx-translate/core, and been following the documentation instructions. I can't get the translation to work. The …

angular ngx-translate
@ngx-translate with lazy-loaded module in Angular 5

I'm using @ngx-translate for language handling in an Angular 5 app I'm creating. The app has two feature modules, one lazy …

angular5 ngx-translate
How to use TranslateHttpLoader with service url in ngx-translate

I am trying to get translated text from content management system with service URL. When I use a JSON file …

javascript json angular ngx-translate
Angular translate innerHTML with params

I would like to translate a source text containing <a> tag with url param, the string text example: …

angular internationalization ngx-translate angular-i18n
ngx-translate default text if key is missing or translation file is being loaded

I'm setting up a new Angular 7 app. I want to set a default text for translation. So in the translation {{ …

angular typescript translation ngx-translate
ngx-translate how to test components

I've got an application which uses this library. How do I test components with it? I DO NOT WANT TO …

angular typescript testing internationalization ngx-translate