Track selector and language code support backported from Pro edition
This commit is contained in:
parent
58919a9346
commit
320c8ab29f
5 changed files with 792 additions and 2 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue