Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi,
Can the Runtime Localization done for localization tokens ?
Mainly in the Services or in the Expressions ?
Thanks,
Shashi.
Solved! Go to Solution.
Found it..
Localization on the Runtime can be done by following snippet:
TW.Runtime.convertLocalizableString('[[TokenName]]');
The snippet can be used in the Service and in the Expression too...
Thanks,
Shashi.
Found it..
Localization on the Runtime can be done by following snippet:
TW.Runtime.convertLocalizableString('[[TokenName]]');
The snippet can be used in the Service and in the Expression too...
Thanks,
Shashi.