Click to See Complete Forum and Search --> : Tool to extract Strings from Source Coude into the Stringtable


Anderl
January 14th, 2006, 02:20 PM
Hi,

we have a big project with a lot of text strings. For localization issue we have to extract all these strings from the source code into the resource file's string table.

Anybody knows a tool, which would make life easier for this work?

Thanks a lot...

BR,
Andreas

ovidiucucu
January 15th, 2006, 08:30 AM
I don't think it exists, because it is not enough to grab quoted strings and put them in the resource string table, but must modify accordingly the source code also. And there are many, many different cases. IMHO the best "tool" in this case is a programmer. ;)
However, I hope I'm wrong, maybe somebody else knows another one.

Good luck,
Ovidiu

NoHero
January 15th, 2006, 10:11 AM
You can still try some kind of text processor accepting regular expressions: The task you want to accomplish is not that difficult using regular expressions! To be frank, I don't know any good text processor for Windows.

Anderl
January 15th, 2006, 10:27 AM
Hi,

thanks for the tips.

I think it had to be tool, which was made exactly for this issue. I will try do make my own tool if nobody did this job before...

Thanks

BR,
Andreas

ovidiucucu
January 16th, 2006, 03:57 AM
Wow, would be a wonderful and very useful tool. Please tell me when it's ready... if beerware, for sure I'll buy a copy. ;)