Text translation examples

Gettext example (mark string for translation)

This word will be translated: {{ getText | translate }}.

Pipe example

This word will be translated: {{ 'Device' | translate }}.

Attribute example

This word will be translated: Device.

translateService.instant example

This word will be translated: {{ translateInstant }}.
This sentence will be translated too: {{ deleteDeviceProfile() }}

ngNonBindable example

This sentence will be translated: {{ filteredItemsCount }} of {{ allItemsCount }} items.