Angular localize running on single instance

37 views Asked by At

I am trying to run angular localize on ssr instead of ngx-translate. For now I can do ng serve --configuration=en-US and application is served in language I choose. But how can I do it on single instance running that user should be able to change language. I dont care if website is reloaded I just dont want to have more instances running.

0

There are 0 answers