Angular question detail
What is the purpose of i18n attribute?
The Angular i18n attribute marks translatable content. It is a custom attribute, recognized by Angular tools and compilers. The compiler removes it after translation.
Note: Remember that i18n is not an Angular directive.