0

While reading the Angular i18n guide I was struck by the following line:

You need to build and deploy a separate version of the app for each supported language.

It seems like very few system providers would want this model. I know we don't want it. Is there any suggested way of providing localized data via the HTTP Accept_Language header with one system deployed?

Michael Witt
  • 1,582
  • 4
  • 22
  • 43

1 Answers1

1

For now there is no possibility to have a runtime localisation, but it should come in angular 5 update. Check out the first feature in this link Runtime i18n (one bundle for all locales with AOT) - [working on it] https://github.com/angular/angular/issues/16477

Juli3n
  • 221
  • 1
  • 5