Category | Output |
---|---|
Simple Multilingual Text | {{ 'greet' | translate }} |
Multilingual Text with Custom Parameter | {{'notification' | translate:{'name':name} }} |
Bind the text on basis of translation name. | {{'dashboardHeading' | translate:{'translationName':'dashboard'} }} |
Bind text in fixed french language | {{'note' | translate:{'lang':'fr'} }} |