Give us feedback
string-interpolation
Service icon

String Interpolation

Stable version 1.0.3 (Compatible with OutSystems 11)
Uploaded on 17 October 2021 by 
5.0
 (2 ratings)
string-interpolation

String Interpolation

Details
String Interpolation is the process of evaluating a string literal containing one or more placeholders.
Read more

Usually, multi-languages applications struggle to give the linguists the context of each label.

Using string interpolation would allow you to type an expression that will be interpreted and concatenated according to variables.

Eg.

Hi dear {UserName}, this is a message to show you how string interpolation would be helpful for your project {ProjectName}.


To replace {UserName} and {ProjectName} for your value you will need to create a structure with these two properties and just assign it before sending it to the extension to be interpretated.  

Release notes (1.0.3)

New compilation due to security issue with Outsystems Platform 11.14.

Reviews (1)
2021-06-22
in version 1.0.0
Great tool!