I have a translationDirective to translate a text in my template.
<span translate="{{label}}">{{label}}</span>
Is it possible to use the translated value also in a html attribute?
<span translate="{{label}}" someOtherAttribute="translatedLabel">{{label}}</span>