ddeham
Programmer
- Sep 30, 2005
- 11
Hi,
I need to get my C program translated from English into Spanish. In order to do so, I need to extract all of the strings out of my 35,000 lines of C code into a separate file so I can send it off to be translated. How can I quickly and easily extract the strings out of a C code file? I tried using xstr, but it didn't extract all of the strings. It left a lot of them in the source file. Please help!
Thanks,
Dan
I need to get my C program translated from English into Spanish. In order to do so, I need to extract all of the strings out of my 35,000 lines of C code into a separate file so I can send it off to be translated. How can I quickly and easily extract the strings out of a C code file? I tried using xstr, but it didn't extract all of the strings. It left a lot of them in the source file. Please help!
Thanks,
Dan