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?