Hi everyone,
I'm developing a template in Vision (Ignition version 8.1.43) and I've encountered a problem with the decimal format. In the Numeric Label components, the decimal values are displayed with a comma (which is what I want), but in the Numeric Text Field components, they appear with a dot.
I need to standardize the format so that both use a comma as the decimal separator, but I haven't found a way to do it.
In the attached image, you can see the template; on the right side, the parameters bound to both the Label and the Text Field are shown. As you can see, both PvValue and SpValue contain commas as decimal separators, but the Text Field still shows the dot.
Has anyone faced this issue or knows how to force the Text Field to use the comma as well?
Thanks in advance!