Top "Angular-i18n" questions

angular-i18n is part of the Angular framework, which provides i18n features like localization (dates, number, percentages, and currencies), text translations, pluralization and alternative text.

Missing locale data for the locale "XXX" with angular

I currently define "LOCALE_ID" on "en-US" this way: @NgModule({ providers: [{ provide: LOCALE_ID, useValue: "en-US" }, ...], imports: [...], bootstrap: [...] }) and it …

angular angular-i18n
Angular 5 internationalization

I'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-i18n
Angular: How to display a date in French format

I am an Angular beginner, I read the documentation of Angular, and it's hard for such an elementary thing... I …

angular internationalization angular6 angular-i18n
angular-i18n Angular 6 Internationalisation : How to deal with variables

I've read the entire doc here : https://angular.io/guide/i18n I can't make heads or tails of how …

angular angular-i18n
Angular 6 - i18n vs. ngx-translate

I am working on a large project using angular 6. This project needs significant i18n integration. I am trying to …

angular angular-i18n
angular 5 change locale dynamically for i18n

I am trying to change locale dynamically to change i18n language. I have two files, the one with english …

angular internationalization locale angular-i18n
Angular8 : ng run => 'Project target does not exist.' when using i18n

Based on those tutorials : https://angular-templates.io/tutorials/about/angular-internationalization-i18n-multi-language-appand https://medium.com/@ismaestro/angular-7-example-app-with-angularcli-angular-universal-i18n-official-firebase-66deac2dc31…

angular angular8 angular-i18n
Updates to i18n translation files in Angular

I am currently in the process of adding en locale to an Angular App we are using at my company. …

angular xliff angular-i18n
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