วิธีเพิ่มปุ่ม Google Translate บนหน้าเว็บของคุณ

 

-----------------------------------------------------------------------------

My Web Page

Hello everybody!

Translate this page:

------------------------------------------------------------

Code

<!DOCTYPE html>

<html lang="en-US">

<body>

<!-- Show language selection menu -->

<div id="google_translate_element"></div>


<!-- Add a javascript function -->

<script type="text/javascript">

function googleTranslateElementInit() {

  new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');

}

</script>


<!-- Add a reference to the translate API at google.com -->

<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

<p>This example displays a vertical translate button.</p>

</body>

</html>


Ref : How To Google Translate (w3schools.com)

แสดงความคิดเห็น (0)
ใหม่กว่า เก่ากว่า