เว็บไซต์ที่พัฒนาได้ตามจินตนาการ

translatecode

translatecode


 <div style="text-align: center;"><!------- แปลภาษา ---->
<style>
body > .skiptranslate {
    display: none;
}
body {
    top: 0px !important; 
    }
</style>
<script>
  function retryLoadScript(retries) {
    if (retries <= 0) {
      console.error('Failed to load Google Translate script after retries.');
      return;
    }

    const script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = '//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit';
    script.async = true;

    script.onerror = function () {
      console.warn('Retrying to load Google Translate script...');
      setTimeout(() => retryLoadScript(retries - 1), 1000);
    };

    document.head.appendChild(script);
  }

  function googleTranslateElementInit() {
    new google.translate.TranslateElement(
      {
        pageLanguage: 'th',
        includedLanguages: 'th,en,my,lo,km,vi,ko,zh-CN,'
      },
      'google_translate_element'
    );
  }

  retryLoadScript(3); // Try 3 times
</script>
<div id="google_translate_element"></div>
</div>



: 2025-03-20

Joblucky.com  © 2016 Privacy Policy  Affiliate by: webmaster -1
เยี่ยมชม 20:179:312160