I am facing an issue with making a tag's alarm label dynamic. I want the alarm label to change based on the language selected from a dropdown list component in Vision. However, even with scripting, I am unable to modify the tag's alarm label, as it returns [Bad_Unsupported]. Can you suggest the best possible solution for this?
Don't try to change the tag's configuration based on one user's language, because that would change it for everyone. Instead, use Ignition's translation functions to treat the label as a translation key, so you can display the label in a desired language separately for each user.
I tried this. Its not working is there any other alternative to solve this.