I want to inject a translated text into a component.
<my-component [text]="_A_TRANSLATED_TEXT_" /> Following the doc, https://angular.io/docs/ts/latest/cookbook/i18n.html, I don't find this kind of basic feature. Any idea how to do?
Thank
I want to inject a translated text into a component.
<my-component [text]="_A_TRANSLATED_TEXT_" /> Following the doc, https://angular.io/docs/ts/latest/cookbook/i18n.html, I don't find this kind of basic feature. Any idea how to do?
Thank