Issue when changing language
See original GitHub issueI have an application with many modules (some lazy-loaded) and a ton of components… When the user change the language of the application using a menu, not all the translation are updated. For the translations I use a mix of pipe and directive depending on where I need to put the texts. All my components extend the Locale class as described in the documentation. At first glance, it seems that the texts translated using the pipe are the only texts affected by the issue. And I think that the issue appears only on components with the OnPush change detection strategy.
So, for the moment, my work around for this issue is to force a reload of the whole application using location.reload().
Here is a link to a video showing the issue: https://drive.google.com/open?id=0B0duWwBStbRAemI1V1lPaXlkYTA
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (14 by maintainers)

Top Related StackOverflow Question
Tonight I’ll release the new minor version. In a few days the new major version. Both will have this features.
@FabienDehopre Thanks for reporting. I’ll update you when I’ll release the new version