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)
Find Shopify Stores Using G | translate Shop Translator
Discover which Shopify stores are using this app. Filter by revenue, industry, location, and more.
Key Features
- Advanced sales capabilities
Shopify App Installs
Pricing Plans
Free
All languages, Machine translation, Unlimited words and pageviews, No pressure to upgrade, Live chat support
Get Started FreeBilingual Startup
1 additional language, Neural translation, Unlimited words and pageviews, Search engine indexing (SEO), Edit translations, Live chat support
Choose PlanStartup
All languages, Neural translation, Unlimited words and pageviews, Search engine indexing (SEO), Edit translations, Live chat support
Choose PlanFrequently 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
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
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
The support team is the best! They can solve almost any problem for you. I had a very crucial problem i wanted to be solved and they've fixed it. Arshak solved the problem for me, i'm very happy now. Also, Susanne is a very kind and warm supporter thats almost always available. She helps out with very technical problems too. For example adding a google search form instead of the shopify standard search form, so visitors can search for my products in any language! Great support team, I highly recommend. Show more
I spent the morning talking to Susanna who helped me with every problem, every whim. Thank you, thank you, thank you! My website is finally translated into 3 languages. After testing several applications, I highly recommend ! Show more
Great App, Great Support from Ella and the whole staff. If the app cant do something out of the box, the support will help you out. Show more
Get G | translate Shop Translator
View on Shopify App StoreCategories
Alternatives to G | translate Shop Translator
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