I made further checks in my application.
The language picker changes selection language.
The service is singleton, if I change pages, and request translation using the next code, the translation is well reported.
However, the application does NOT refresh. how to trig a refresh ??
I displayed some translations in the language picker, itself, it does not refresh ....altough language is changed.
Is it because it uses translation pipe in the messages that are not refreshed ... ?
this.translate.get('my text').subscribe(
value => {
console.log("translated :");
console.log(value);
}