I have a few questions about i18n implementation. After searching across documentation and across all the web, there are still some open issues for me.
- Can I use a translate service from i18n to localize strings outside of templates? (aka ts files)
In AngularJs there was $translate service for that purpose. - Is it possible to use i18n both JIT and AOT? it will be great to localize the static strings and let the dynamic ones to get translated on build time.
- I already implemented localization with ngx-translate. Did someone use both ngx-translate and i18n in its projects?
Thanks in advance for your answers!