I am working on a form with multiple languages (e.g. English + Chinese). What is the best way to change the caption when user select the Language Dropdown?
I have tried to use Javascript to setup the caption value on exit event, however, it seems the script not able to support a double byte character (chinese).
Is there a way can be done with binding xml data (UTF-8)? can any one share with me about the format of the xml and how to create the binding?