Decorator Examples

Category Output
Simple Multilingual Text {{global.greet}}
Multilingual Text with Custom Parameter {{global.notification }}
Conditional Text {{global.conditionalText }} {{meridiem == "am" ? 'Greet Good Day' : 'Greet Good Morning' }}
Reuse Text {{global.reuseText }}
Inline Loader {{inline.text }}
Async Source
On Demand Text Translation
Name Action
{{user.name}}
On Demand Text Translation
Key Name Key Value
{{key}} {{global.get(key)}}
Bind the text on basis of translation name. {{dashboard.dashboardHeading }}
Resolve translations based upon file path. {{dashboardEnglish.dashboardHeading }}
Fixed Multilingual Text in french language. {{globalFrench.greet}}