Hello Ignition world,
I have a vision client running on 7.9.21. I'll need to convert the client to Spanish now as it'll be used by a different audience. I thought of three ways to accomplish this (maybe there is more?):
- Put a expression binding directly on all the text components, buttons on every window / template to switch between english and Spanish based on a common tag.
- Create duplicate templates and windows in Spanish (just like the english ones) and use scripting to display the appropriate one
- Build a whole separate project under the gateway with everything on the client in Spanish.
Which option would be most efficient from a performance perspective, we don't want to overload the computer that's running the gateway and the client. (typically only 1-2 vision clients will be running per Gateway). Open to other ideas as well. Thanks in advance!