Angular Universal SSR with i18n not loading locale from server side – SEO
I am using i18n with Angular Universal SSR. The issue is that the client received the text in source locale and after a few seconds are replaced with the correcty locale. For example, client load http://localhost:4000/en-US/ in the first display…