0
如何自動翻譯: 'ES', 'AR', '義', 'ZH-CN']與MediaElement的球員工作翻譯使用mediaelementjs
我試過的建議 -
$( '音頻,視頻')。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'
});