cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

How can be Runtime Localization be done ?

pshashipreetham
17-Peridot

How can be Runtime Localization be done ?

Hi,

Can the Runtime Localization done for localization tokens ?
Mainly in the Services or in the Expressions ?

Thanks,
Shashi.

Shashi Preetham
1 ACCEPTED SOLUTION

Accepted Solutions

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.

Shashi Preetham

View solution in original post

1 REPLY 1

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.

Shashi Preetham
Top Tags