If you made software with Quoted strings of messages to user in any language in the source code and you want to translate it in an easy way use
Quoted String Extractor.
Quoted String Extractor is a software intended for getting string literals on the source files of a programming project, now supports (C++,C,TCL) for easier translation of the project to other languages putting all the strings found in the source file in an unique file 'Message file name' with only those strings, it replaces the source string by a call to the function GetMsgStr declarated in GetMsgStr.h that returns the string reading it from the message file.It makes a backup previously to modify the sources on the starting directory.