I have certain objects in my screen that receive their text property from a tag value. Now I would like to be able to use the translation manager to have that text translatable for multiple languages. As far as I can tell the translation manager does not apply to tag values passed into an object.
system.util.translate
and/or the translate
expression depending on the context?
https://docs.inductiveautomation.com/display/DOC81/system.util.translate
2 Likes
That helps me achieve what I want, I wish I didn’t have to specifically do that though. Thanks for the help