Tag Parser  9.1.3
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Namespaces | Functions
language.h File Reference
#include "./global.h"
#include <c++utilities/conversion/stringbuilder.h>
#include <cstdint>
#include <string>
Include dependency graph for language.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 TagParser
 Contains all classes and functions of the TagInfo library.
 

Functions

bool TagParser::isLanguageDefined (const std::string &languageSpecification)
 Returns whether languageSpecification is not empty or undefined. More...
 
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...