In one of my projects, I want to change the fallback language in the HMI so that, after a restart, the language does not switch back to the original one, but to the one I had selected before.
Is there a way to do that?
In one of my projects, I want to change the fallback language in the HMI so that, after a restart, the language does not switch back to the original one, but to the one I had selected before.
Is there a way to do that?
Hey Martin,
I did it this way:
<Method xsi:type="clientSystem.Action.SetLanguage" value="=newValue" />Note: ensure that option “OPC UA system → Initial ValueChanged events” in mapp View configuration is enabled.
I hope, this helps ![]()