Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Copa WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Cómo añadir Google Translate en WordPress

Vivimos en un mundo lleno de diversidad de idiomas. Los lingüistas calculan que hay entre 6.000 y 7.000 idiomas diferentes en todo el mundo.

Aunque mucha gente entiende el inglés, traducir su sitio puede merecer la pena si una gran parte de su público habla otro idioma. Traducir los contenidos garantiza que todo el mundo pueda acceder a la información que usted ofrece y comprenderla.

Cuando buscamos contenidos acerca del desarrollo de WordPress, es posible que nos topemos con contenidos excelentes en blogs franceses o rusos. Y a menudo utilizamos Google Translate para encontrarle sentido, aunque no sea perfecto.

En este artículo, le guiaremos sobre cómo añadir Google Translate a su sitio de WordPress. Esto le ayudará a llegar a un público más amplio y mejorar la experiencia de usuario para los no angloparlantes.

Tutorial en vídeo

Subscribe to WPBeginner

Si prefiere instrucciones escritas, siga leyendo.

Añadir Google Translate en WordPress

Lo primero que tienes que hacer es instalar y activar el plugin Traductor de idiomas de Google.

Tras activar el plugin, deberás ir a Ajustes ” Traductor de idiomas de Google para configurarlo.

Google Language Translator plugin settings

Asegúrese de que la casilla de verificación situada junto a “Estado del plugin” está marcada.

A continuación, deberá seleccionar el idioma por defecto de su sitio web y los idiomas que desea que estén disponibles para la traducción.

Selecting languages

Ahora, vamos a desplazarnos hacia abajo en la página para encontrar la sección “Ajustes del conmutador de idiomas”.

Aquí puede personalizar el aspecto del conmutador. Puede personalizar el widget de traducción flotante en su sitio web por:

  • Elegir si se muestra o no
  • Seleccionar su posición
  • Ajustar su tamaño
  • Cambiar el color del texto para adaptarlo al diseño de su sitio web.
Customizing switcher's design

Tras personalizar los ajustes del plugin Traductor de idiomas de Google, es hora de publicarlo en tu sitio web de WordPress.

Ahora, si te desplazas un poco más abajo, encontrarás una guía rápida para incrustar conmutadores en tu sitio WordPress. La encontrarás justo antes del botón “Guardar cambios”, al final de la página.

A quick guide for embedding Google Language Translator

Sólo tienes que seguir las instrucciones y tendrás el Traductor de idiomas de Google incrustado en tu sitio.

No olvides hacer clic en el botón “Guardar cambios” antes de salir de la página.

Nota: Tras la publicación, puede que notes que Google Translate permite a tus usuarios leer una versión traducida de tu sitio web y traducirla ellos mismos.

De este modo, sus lectores pueden incluso ayudar a mejorar la traducción automática de cualquier página sugiriendo mejoras a la traducción de Google. De hecho, si tienes una buena base de lectores, puedes conseguir que todo tu sitio web sea traducido por voluntarios.

Esperamos que este artículo te haya ayudado a añadir Google Translate a tu sitio web de WordPress. A continuación, te recomendamos que marques / compruebes nuestra guía práctica sobre cómo traducir un plugin de WordPress a tu idioma y nuestra selección de los mejores temas de WordPress de derecha a izquierda.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Descargo: Nuestro contenido está apoyado por los lectores. Esto significa que si hace clic en algunos de nuestros enlaces, podemos ganar una comisión. Vea cómo se financia WPBeginner , por qué es importante, y cómo puede apoyarnos. Aquí está nuestro proceso editorial .

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

El último kit de herramientas de WordPress

Obtenga acceso GRATUITO a nuestro kit de herramientas - una colección de productos y recursos relacionados con WordPress que todo profesional debería tener!

Reader Interactions

49 comentariosDeja una respuesta

  1. Syed Balkhi

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. santa

    Does the translated website display content (translated) when people search on Google?

    • WPBeginner Support

      It is not guaranteed but it can be found on Google.

      Administrador

    • WPBeginner Support

      You’re welcome :)

      Administrador

  3. kerem turkman

    my site doesn’t have sidebars. how can i place translator widget to all my blog posts at once?

    • WPBeginner Support

      You would want to check with the support for your specific theme for what options it has available for locations.

      Administrador

  4. Jans

    For some reason google page speed insight is seeing GTranslate plugin as the one slowing down my loading time the most. Is there a way to fix this?

    • WPBeginner Support

      You would want to reach out to the plugin’s support and they would be able to assist with the loading speed :)

      Administrador

  5. gurpreet

    Hi. I tried to add the floating widget of google translate on my company’s website and chose punjabi language for translation, the main language being english. But the flag icon for punjabi is a Pakistani flag. We require an Indian flag since we are of Indian Nationality and Punjabi is spoken in Punjab state of India. Please help

  6. Pooja

    Hi Team,

    Google Language Translator plug in is also changing the name of my website that is there in the header of my website created on Wordpress.

    Can you please let me know how I can disable it from translating the name of my website.

    Regards,
    Pooja

    • WPBeginner Support

      Hi Pooja,

      You can stop Google Translate from translating a specific phrase by adding notranslate css class. For that you’ll need to edit your theme files or create a child theme.

      Inside your theme files, you need to locate the header.php file and find the line that displays your site’s title. Let’s assume that it looks like this:

      <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
      

      You need to change it to this:

      <h1 class="site-title notranslate"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
      

      Hope this helps.

      Administrador

  7. maryam

    Hi,

    I installed and used this plugin but it didn’t display on mobile devices, Does it work withe mobile devices ??

    Many thanks

  8. Niki

    Hi,

    does it work on mobile. I have added the plugin on my wordpress site. It works on computer but does not display on mobiles.

    Thanks!

  9. anil jhuria

    how to add google language translate in my wordpress site & not showing widget my page
    pls how to another opation to add google language translate

  10. Karthick

    Can I change the font of the Regional language?

  11. Sagar

    Can I add this to the primary menu?

    I want the google translate widget in menu.

  12. Amanda Payne

    Thank you so much. I had a few readers asking me why my site wouldn’t translate and now it does. I have visited your site daily learning all about WP. You are a great teacher! Thank you so much!

  13. Nujoom

    Hi I want to Make this Plugin Activate Arabic language Onload. How i can do that???

  14. Bo

    Just installed the plug-in and everything is working fine, though I’d like to improve the translation for the languages I do know. However, both when I am logged and checking out my site on a private browser, I am not able to change the translation myself.

    The plug-in page seems to suggest this is only possible in their Premium version. Is there a workaround or something I am missing?

    Thank you!

    • WPBeginner Support

      Visit the Google Translate website directly in a separate browser window. In the translate box, paste the URL of your website. Select the language you want to translate it to and hit the translate button. You should now be able to select text and improve translation.

      Administrador

  15. pankaj chavan

    Is there a way when language is changed in google translate I can change images. Any parameter by google translate

  16. Ayman SABRA

    Hi, is there a way to Ad the google translate widget somewhere in the header or top right(/left) corner?
    I am very new to all of this and I have no knowledge of coding
    Thank you

  17. Kenneth Adair

    I love this plugin but the flags disappear when my sites fully open. That is to say I can see the flags until the site has fully opened and than all that is visible is the language box with a blank space where the flags were. The wordpress raindrops theme I am using is supposedly compatible!
    But I also installed it on an obsolete them that doesn’t even show up anymore on wordpress named Techozoic and it works 100% and I can’t wait to see the customers it may bring me.

  18. Anthony

    Have you or has any one reading this article tried / used the premium WordPress Multilingual Plugin from WPML

    Are there any advantages to buying this plugin over using the free Google Translator plugin?

    • WPBeginner Support

      WPML allows you to manually translate your own site in multiple languages. On the other hand, Google Translate is an machine translation service.

      Administrador

  19. angelis

    Hello how can translate add top right or left corner thank you..

    • Alex

      Use these tags, for center, for left, or for right.
      Place one of those tags in front of the shortcode or PHP code. Then use a closing tag like this, , , or
      Place one of the closing tags at the end of your Shortcode or PHP code.

  20. Matteo Coné

    I have created a blog on “The Twenty Ten Theme. Blog at WordPress.com.” https://mc1a.wordpress.com/

    I watched the Video Tutorial, read “Adding Google Translate in WordPress” and I cannot find the word “Plugin” anywhere on my dashboard.

    The words “Plugins and Installed plugins” DO NOT appear anywhere on my dashboard.

    How do I add “plugins and installed plugins” on my dashboard.

    Can someone help please.

    Thanks
    Matteo

  21. Simon Andrew

    Having tried a few different methods to create multi-lingual sites this seems the best. Manage the translations and have them done properly, and only in the languages you need and its great. I don’t think it is particularly good if your site is in Googlish, so make sure you only add languages you have translations for and its all good

    Simon

  22. RomanMorenets

    Interesting – is therу a way to insert exact translate textarea boxes from Google Translator? For example – I have multilingual form for clients. And they have to fill it up in different languages, but if they don’t know one, then translation with google translate is acceplable. So, would be interesting to have google translate on site available for only form fields. Any idea?))

  23. WPBeginner Staff

    Yes you can simply add a class=”notranslate” attribute to the company name and Google will not translate it.

    For example:
    <h1 class="notranslate"&gtCompany Name</h1>

  24. Pierre Pascual

    Hello
    Google translation is find but I like to prevent the translation of my company name. Is this possible ? (using WordPress plugin)

  25. website4all.net

    I have to insert to each page ?. Is there is translate plugin in for all page, ie in header ?

  26. Hammad Rafique

    Is there any other plugin, which works just like google translate for chrome? I mean, it changes the site’s content according to country’s IP address? If I open my blog from France then its content should be in french?

  27. Krish Murali Eswar

    It would be useful, for all your posts, to include a set of demo screen shot pre- and post-installation of plugins that you cover. Demo screen shot of how the plugin works will make our lives lot easier to decide for/against the use of plugin.

  28. Ana

    when I choose English to translate everything works ok, but when I choose Spanish to return to the original page I added in below the names of the categories and texts not translate well.

    Help me , please

  29. Ron Klaren

    Ehm.. if it really is better then nothing, shouldn’t it be used on wpbeginner as well? :-D

    • Editorial Staff

      No because most of our users use Chrome browser which automatically loads Google Translate for them if their default language is something other than English.

      Administrador

  30. Lee Johnson

    As a linguist I have to agree that Google Translate can complicate matters. I would suggest f you cannot have dedicated pages in chosen language(s) then use Google Translate but add a rider saying that Google Translate is only a program and not perfect.

  31. ros

    I just uninstalled the global translation plugin after reading write up on SEO’s issues – duplicated contents and so forth. SO this is nothing like that, right? Btw if I were to create my own translated page, is it wise to do it in subdomain ie www.(MyUrlAddress).com/English or is it better to do it on different domain. Thanks

    • Editorial Staff

      No this plugin has no impact on your SEO because it is only doing things on user side of things. If you were to create your own translated domain, then both subdomains or directory works fine.

      Administrador

      • Rose

        Hi

        Thanks to all for replying. I will activate the tool then , better to have something than nothing :) and will work on the translations soon. Thanks

        p.s: yes, some translations to (my native language) do sound ugly, especially the categories and tags :)

  32. Bernard Loo

    Google translator is better than nothing, but it can be misleading. Besides most languages have different structures: verbs are not placed in the same order.

    • Karsten

      I can not agree. Translation from English to German is not “better than nothing”. It’s just horrable. In most cases it’s not even possible to guess the meaning of an article.
      I can’t tell if it’s that worse in other languages too, but for EN DE it’s a No-Go.

Deja tu comentario

Gracias por elegir dejar un comentario. Tenga en cuenta que todos los comentarios son moderados de acuerdo con nuestros política de comentarios, y su dirección de correo electrónico NO será publicada. Por favor, NO utilice palabras clave en el campo de nombre. Tengamos una conversación personal y significativa.