Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.