1 #ifndef _INTERNATIONALIZATOR_HEADER_
2 #define _INTERNATIONALIZATOR_HEADER_
6 #pragma warning(disable:4996 4251 4275 4800 4503)
8 #include <boost/format.hpp>
19 boost::format my_format(
const std::string & f_string);
28 std::map< std::string, std::string > translations;
30 void initTranslations();
33 static void releaseInstance();
35 void setLang(std::string resourceFile);
37 std::string getTranslation(std::string key);
41 QString _QT(std::string key);
42 std::string _STR(std::string key);
Definition: Internationalizator.h:21
void setLang(std::string resourceFile)
Definition: Internationalizator.cpp:52