Question
Can localization be used in a Mashup Expression?
I often use the Expression function in mashups to display a modified version of a property of a Thing.
For instance:
output = DeviceName + " Description"; //DeviceName is a String Parameter
I am trying to add localization to my mashups and would like to be able to use a token for the " Description" text. How can I do this?.
