how to translate the html5 placeholders dynamically May 24, 2023 by Tarik Did you try: <input type="text" placeholder="{{ 'my.i18n.key' | translate }}" ng-model="myModel">