Hey,

I have written a program and it can be translated. There is a text file with numbered lines. This file is loaded and split into an array of each line. The caption of each command button, label, etc is set to a specific line using a function when the form/usercontrol is initialized. I have some users asking if it is possible to add support for chinese characters.

How can I load unicode strings from a text file, and set them to be a function result, so they then become the control's caption?