I have a large program that is now going to be issued in another spoken language. All of my .caption= and .text= have to be changed to the alternate language (along with a few other oddities).
If I had known this from the beginning I could of setup a language array. The easiest solution I can come up with now, is to read each .frm file and do a replace A with B.
The problems I see with that is I end up with two separate programs and anytime I make a change to the English program - I have to rerun replace A with B
Does anyone know of an easier way of doing this?
If I had known this from the beginning I could of setup a language array. The easiest solution I can come up with now, is to read each .frm file and do a replace A with B.
The problems I see with that is I end up with two separate programs and anytime I make a change to the English program - I have to rerun replace A with B
Does anyone know of an easier way of doing this?