I am trying to learn Angular and i18n concept. My xlf files are ok. My html files are ok (well... I think they are). I can choose a language through terminal like
ng serve --configuration=fr
but when I do that, only French version of the program works. I want to choose the language dynamically.
I am using Angular 8.