How can I translate attribute?
You can translate attributes by attaching i18n-x
attribute where x is the name of the attribute to translate. For example, you can translate image title attribute as below,
<img [src]="example" i18n-title title="Internationlization" />
By the way, you can also assign meaning, description and id with the i18n-x="<meaning>|<description>@@<id>"
syntax.
August 02, 2022
108
Read more
What is Angular Framework?
November 04, 2022
AngularWhat is a Angular module?
November 03, 2022
AngularWhat are the steps to use animation module?
October 31, 2022
Angular