Track selector and language code support backported from Pro edition

This commit is contained in:
Thulinma 2019-04-29 14:08:31 +02:00
parent 58919a9346
commit 320c8ab29f
5 changed files with 792 additions and 2 deletions

View file

@ -5,6 +5,8 @@ namespace Encodings {
class ISO639{
public:
static std::string decode(const std::string & lang);
static std::string twoToThree(const std::string & lang);
static std::string encode(const std::string & lang);
};