Tag Parser  9.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Namespaces | Functions
language.cpp File Reference
#include "./language.h"
#include <unordered_map>
Include dependency graph for language.cpp:

Go to the source code of this file.

Namespaces

 TagParser
 Contains all classes and functions of the TagInfo library.
 

Functions

const TAG_PARSER_EXPORT std::string & TagParser::languageNameFromIso (const std::string &isoCode)
 Returns the language name for the specified ISO-639-2 code (bibliographic, 639-2/B). More...
 
const TAG_PARSER_EXPORT std::string & TagParser::languageNameFromIsoWithFallback (const std::string &isoCode)
 Returns the language name for the specified ISO-639-2 code (bibliographic, 639-2/B). More...