is there a way to find out the audio language?
Im looking for something like this:
Code: Select all
[...]
{lang =~ /eng/ ? '[ENG] ' : ''}
[...]
But the {lang} tag is only for subtitles, isnt it?
Thanks for help.
just.RooT
Code: Select all
[...]
{lang =~ /eng/ ? '[ENG] ' : ''}
[...]