#ifndef FORMATTERHELP_H #define FORMATTERHELP_H #include class CFormatterHelp { public: CFormatterHelp(void); ~CFormatterHelp(void); bool DoFormatter(unsigned int nLanguage, const std::string &strTextIn, std::string &strTextOut, std::string &strMsgOut); }; #endif