0
如何綁定Google翻譯Durundal Shell.js,shell.html?Durundal谷歌翻譯
HTML
<div id="google_translate_element"></div>
腳本
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({ pageLanguage: 'en', autoDisplay: false }, 'google_translate_element');
}
我需要綁定與谷歌的Java腳本 –
的DIV ID,你應該把你的腳本' google_translate.html'並激發'compositionComplete'中的函數 –