Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

430
Views
¿Cómo traducir una página web desde el menú desplegable de Google Translate usando un botón personalizado?

Quiero traducir mi página web solo al idioma hindi haciendo clic en un botón personalizado. Cuando hice clic en este botón. Seleccione el cambio de valor de opción solo sin traducir la página web. ¿Puede alguien ayudarme a solucionar este problema?

http://jsfiddle.net/n19xyzeo/

 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title> Google Translater for Website </title> </head> <body> <h2>Your Web Page</h2> <p>Click on the dropdown button to translate.</p> <p>Translate this page:</p> <div id="google_translate_element"></div> // page should be translate after click on this button <button type="button" id="hindi">T into Hindi</button> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element'); } </script> <script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <script src="https://code.jquery.com/jquery-3.6.0.slim.min.js"></script> <p class="notranslate"> This Paragraph will remain same because it is using notranslate class.</p> <p class="translate"> This Paragraph will change because it is using translate class. </p> <script> $('#hindi').on('click', function(){ $('select.goog-te-combo') .val('hi') .trigger('change'); }) </script> </body> </html>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!