mirror of
https://github.com/taglib/taglib.git
synced 2026-02-12 02:10:08 -05:00
Support tag language
This commit is contained in:
committed by
Urs Fleisch
parent
b4e79a4a27
commit
6342f00e8b
@ -44,6 +44,8 @@ int main(int argc, char *argv[])
|
||||
PRINT_PRETTY("Target Type Value",
|
||||
targetTypeValue == 0 ? "None" : TagLib::Utils::formatString("%i", targetTypeValue).toCString(false)
|
||||
);
|
||||
const TagLib::String &language = t->language();
|
||||
PRINT_PRETTY("Language", !language.isEmpty() ? language.toCString(false) : "Not set");
|
||||
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user