自动翻译:['es','ar','yi','zh-cn'] 如何与 mediaelement 播放器配合使用
我尝试了这个建议 -
$('音频、视频').mediaelementplayer({
// automatically create these translations on load
translations:['es','ar','yi','zh-cn'],
// allow the user to add additional translations
translationSelector: true,
// start with English automatically turned on
startLanguage: 'en'
});