
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)
About 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)
Key Features
- Advanced sales capabilities
Shopify App Installs
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: $0, Pro: $29, Enterprise: $99.
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
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
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
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
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