Lingobit Extractor is a new tool for software localization. The tool solves a huge part of internationalization tasks by extracting hardcoded strings from source code to resources. Currently it support only C++ files, but more languages are promised to be supported soon.
Benefits
* Automatically extracts hardcoded strings
* Creates resource files with extracted strings
* Updates hardcoded strings after software update
* Works... [