StoreCensus
G | translate Shop Translator icon

G | translate Shop Translator

4.8(Reviews)

Translate your store quickly and easily. Add languages to increase sales by going global. With G | translate you can easily translate your content into multiple languages. We provide different customizable language selectors to match any store design. Automatic translations help to get instant results, then you can improve the quality yourself or order professional translations. We provide in context translation editor, so you can make changes directly on the page. Products you sell can be discovered by searching the internet in any language, which is great for multilingual SEO. With G | translate you can easily translate your content into multiple languages. We provide different customizable language selectors to match any store design. Automatic translations help to get instant results, then you can improve the quality yourself or order professional translations. We provide in context translation editor, so you can make changes directly on the page. Products you sell can be discovered by searching the internet in any language, which is great for multilingual SEO. more Unlimited automatic translations help to get instant results Customizable lightweight language switcher to match your store design Translation proxy technology which can translate most third party app content URL translation to boost your multilingual SEO Country specific top level domains for translated languages (example.es)

Key Features

  • Advanced sales capabilities

Shopify App Installs

Weekly App Installs (Last 12 Weeks)
Total: 16,988
2,367 installs
2367
Mar 10
2,463 installs
2463
Mar 17
56 installs
Apr 21
166 installs
Apr 28
11,063 installs
11063
May 19
11 installs
May 26
468 installs
Jun 2
46 installs
Jun 9
83 installs
Jun 16
46 installs
Jun 23
218 installs
Jun 30
1 installs
Jul 14

Pricing Plans

Free

Free

All languages, Machine translation, Unlimited words and pageviews, No pressure to upgrade, Live chat support

Get Started Free

Bilingual Startup

$9.99 / month or $99.90/year and save 17%

1 additional language, Neural translation, Unlimited words and pageviews, Search engine indexing (SEO), Edit translations, Live chat support

Choose Plan

Startup

$19.99 / month or $199.90/year and save 17%

All languages, Neural translation, Unlimited words and pageviews, Search engine indexing (SEO), Edit translations, Live chat support

Choose Plan

Business

$29.99 / month or $299.90/year and save 17%

Startup features +, URL Translation

Choose Plan

Frequently Asked Questions

What is G | translate Shop Translator?

Translate your store quickly and easily. Add languages to increase sales by going global. With G | translate you can easily translate your content into multiple languages. We provide different customizable language selectors to match any store design. Automatic translations help to get instant results, then you can improve the quality yourself or order professional translations. We provide in context translation editor, so you can make changes directly on the page. Products you sell can be discovered by searching the internet in any language, which is great for multilingual SEO. With G | translate you can easily translate your content into multiple languages. We provide different customizable language selectors to match any store design. Automatic translations help to get instant results, then you can improve the quality yourself or order professional translations. We provide in context translation editor, so you can make changes directly on the page. Products you sell can be discovered by searching the internet in any language, which is great for multilingual SEO. more Unlimited automatic translations help to get instant results Customizable lightweight language switcher to match your store design Translation proxy technology which can translate most third party app content URL translation to boost your multilingual SEO Country specific top level domains for translated languages (example.es)

How much does G | translate Shop Translator cost?

G | translate Shop Translator offers multiple pricing tiers to fit different business needs: Free: Free, Bilingual Startup: $9.99 / month or $99.90/year and save 17%, Startup: $19.99 / month or $199.90/year and save 17%, Business: $29.99 / month or $299.90/year and save 17%.

Is G | translate Shop Translator easy to set up?

Yes, G | translate Shop Translator is designed to be user-friendly and easy to set up. The app integrates seamlessly with your Shopify store, and most users can get started within minutes.

Customer Reviews

5.0

Susanna very fast support and well explained. Thank you very much if I need help I will contact you. Thanks a lot. :) Best Regards Steffen Show more

October 28, 2021
5.0

wow what a great bit of customer service Elen was just fantastic and really helped me with the setup - without her i would of given up ages ago!!! The app is looking like it will work really well so very excited for this, just happy i had the support as i wouldn't of been using it right now otherwise. !! Show more

October 26, 2021
5.0

The translations quality is fantastic and the work on manual corrections is easy to handle! Finally the support of my contact Arshak was the perfect help to finish my work on the site. Absolutely recommendable and well deserved five stars !!! Show more

October 24, 2021
5.0

I received a wonderful support with installing Gtranslate. "Susanna" was quick to understand the problem and then solving or helping solving. Thank you! Show more

October 22, 2021
5.0

hi, I did an adjustment for my shop (betolz.com) so that you only have 1 flag visible that switches when language changes. maybe this is an idea for a new feature :) I paste the code below... function showFlags(de, en) { document.getElementById("GTranslate_deFlag").style.display = ((de == true) ? 'none' : 'content'); document.getElementById("GTranslate_enFlag").style.display = ((en == true) ? 'none' : 'content'); } if (typeof GTranslateGetCurrentLang != "function") function GTranslateGetCurrentLang() { var keyValue = document.cookie.match("(^|;) ?googtrans=([^;]*)(;|$)"); return keyValue ? keyValue[2].split("/")[2] : null; } function gt_loadScript(url, callback) { var lang = GTranslateGetCurrentLang(); showFlags(((lang == "de" || lang == null) ? true : false), (lang == "en" ? true : false)); var script = document.createElement("script"); script.type = "text/javascript"; if (script.readyState) { script.onreadystatechange = function () { if (script.readyState == "loaded" || script.readyState == "complete") { script.onreadystatechange = null; callback(); } }; } else { script.onload = function () { callback(); }; } script.src = url; document.getElementsByTagName("head")[0].appendChild(script); } var gtSwitcherJS = function ($) { /*{auto_detect_code}*/ }; gt_loadScript("//code.jquery.com/jquery-1.12.4.min.js", function () { jQuery_gtranslate = jQuery.noConflict(true); gtSwitcherJS(jQuery_gtranslate); }); #goog-gt-tt { display: none !important; } .goog-te-banner-frame { display: none !important; } .goog-te-menu-value:hover { text-decoration: none !important; } body { top: 0 !important; } #google_translate_element2 { display: none !important; } function googleTranslateElementInit2() { new google.translate.TranslateElement( { pageLanguage: "de", autoDisplay: false }, "google_translate_element2" ); } if (typeof GTranslateGetCurrentLang != "function") function GTranslateGetCurrentLang() { var keyValue = document.cookie.match("(^|;) ?googtrans=([^;]*)(;|$)"); return keyValue ? keyValue[2].split("/")[2] : null; } function GTranslateFireEvent(element, event) { try { if (document.createEventObject) { var evt = document.createEventObject(); element.fireEvent("on" + event, evt); } else { var evt = document.createEvent("HTMLEvents"); evt.initEvent(event, true, true); element.dispatchEvent(evt); } } catch (e) {} } function doGTranslate(lang_pair) { if (lang_pair.value) lang_pair = lang_pair.value; if (lang_pair == "") return; var lang = lang_pair.split("|")[1]; console.log(lang); if (lang == "de") { document.getElementById("GTranslate_deFlag").style.display = "none"; document.getElementById("GTranslate_enFlag").style.display = "contents"; event.stopPropagation(); } else { document.getElementById("GTranslate_deFlag").style.display = "contents"; document.getElementById("GTranslate_enFlag").style.display = "none"; event.stopPropagation(); } if (GTranslateGetCurrentLang() == null && lang == lang_pair.split("|")[0]) return; if (typeof ga == "function") { ga( "send", "event", "GTranslate", lang, location.hostname + location.pathname + location.search ); } else { if (typeof _gaq != "undefined") _gaq.push([ "_trackEvent", "GTranslate", lang, location.hostname + location.pathname + location.search, ]); } var teCombo; var sel = document.getElementsByTagName("select"); for (var i = 0; i < sel.length; i++) if (/goog-te-combo/.test(sel[i].className)) teCombo = sel[i]; if ( document.getElementById("google_translate_element2") == null || document.getElementById("google_translate_element2").innerHTML.length == 0 || teCombo.length == 0 || teCombo.innerHTML.length == 0 ) { setTimeout(function () { doGTranslate(lang_pair); }, 500); } else { teCombo.value = lang; GTranslateFireEvent(teCombo, "change"); GTranslateFireEvent(teCombo, "change"); } } Show more

October 21, 2021

Target Millions of High-Quality Shopify Stores

StoreCensus gives you precise targeting to millions of Shopify stores. Spend less time guessing, more time connecting.

Discover StoreCensus