ก๊วนซอฟท์แวร์ </softganz> SoftGang (Gang Software)

Web &amp; Software Developer Gang.

Google Translate Tools Support

by Little Bear @26 ก.พ. 54 02:37 ( IP : 61...224 ) | Tags : Google

จะไปออกงาน dlfp ที่ Med-e-Tel , Luxembourg เลยพยายามหาทางแปลเว็บไซท์ dlfp.in.th ให้เป็นภาษาอังกฤษ แต่ภาษาอังกฤษของตนเองยังย่ำแย่อยู่ เลยต้องพึ่ง Google Translate เป็นทางออก

โดยนำ code ที่ได้จาก Add Translate to your website ตามนี้

< script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'th',
    autoDisplay: false,
    floatPosition: google.translate.TranslateElement.FloatPosition.TOP_RIGHT
  });
}
< /script>
< script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">< /script>

มาใส่ไว้ในเว็บไซท์ dlfp.in.th

ดูรายละเอียดได้จาก Google Translate Help