#include <string> namespace Encodings { class ISO639{ public: static std::string decode(const std::string & lang); }; }