[Corellia] - Simon

Results 5 comments of [Corellia] - Simon

I have the same problem, didn't find a way to reload translation already loaded Am I missing something ?

Yes, I did that too but it's not the best solution IMO

@shaharkazaz Hi As a workaround, I use the this.translocoService.ngOnDestroy() to clear the cache It's not the best solution because it destroys a subscription but it's the only way I found...

**Client requirement.....**, users can't access the app until there is translations loaded, and when we change the language, we need to **reset** the app, reload translations from the backend and...

@shaharkazaz Yes, I would use it like that The reload would be triggered by an user action I'm using the ngOnDestroy before calling the "translocoService.load" method I have to do...