hey there,

i´m trying to create some kind of function to save all the labels and buttons caption of all forms of my proyect to a txt file.
I´ve tried taking one by one to this file but the fact is that they are too much and it would be a really long proccess to do it that way so i´m looking for some way to do it automatically

the structure of the file would be:

Name of the form - name of the control - caption

i need this because i´m creating a program that has to be in more than 1 language and so the idea would be to have this in file and select the right captions when i select them through a button

I hope somebody can help me with this,

thanks