Angular-CLI / Angular 5 based template: Will it support Angular's i18n? #248

Closed
opened 2025-08-09 17:15:34 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @kadamgreene on 12/27/2017

Will the JavascriptServices Angular CLI/ Angular 5 based SPA template support i18n. When you do production build of Angular 5, it bakes in the language (i18n support is compiler based and AOT removes the compiler). So if you want to support multiple languages you do a build for each language, and pick which JS files to serve to the client based on some mechanism.

For this to work, JavascriptServices need to provide a mechanism per request that allows us to decide which set of javascript / css to service. Does it provide such a mechanism?

*Originally created by @kadamgreene on 12/27/2017* Will the JavascriptServices Angular CLI/ Angular 5 based SPA template support i18n. When you do production build of Angular 5, it bakes in the language (i18n support is compiler based and AOT removes the compiler). So if you want to support multiple languages you do a build for each language, and pick which JS files to serve to the client based on some mechanism. For this to work, JavascriptServices need to provide a mechanism per request that allows us to decide which set of javascript / css to service. Does it provide such a mechanism?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#248
No description provided.