レビュー (1,983)

総合評価
4.7
評価レベルごとの件数
  • 評価の88%は5つ星です
  • 評価の6%は4つ星です
  • 評価の2%は3つ星です
  • 評価の1%は2つ星です
  • 評価の4%は1つ星です
2023年7月12日

Works like a charme. Thanks Suzan for the great and super fast customer support :) I had problems with the theme but it was fixed at day 1 in a few hours :)

Maxulu
ドイツ
アプリの使用期間:9ヶ月
2019年2月22日

Nice app! Changes the language and even has seo options for international sales! Thank you! Would recommend .

Sparklefin
アメリカ合衆国
アプリの使用期間:9ヶ月
2019年3月5日

very useful app and the support is amazing, they are kind, patients and answer very fast to all the questions, Tigran was really awesome with all the help that you give us.

INNOV2LEARN
カナダ
アプリの使用期間:9ヶ月
編集日:2019年6月16日

A great app for anyone looking for a multi-language solution. Ripa and Borya provides amazing service and helped me get all set up! Thank you, Ripa and Borya!!

TYES BY TARA
アメリカ合衆国
アプリの使用期間:9ヶ月
2022年8月29日

I had some problems with the indexing of my translated pages in my subdomains. Elen and Arshak helped me with the indexing of my pages. I just have to wait untill Google starts to index my pages.

Apex Nutrition
オランダ
アプリの使用期間:9ヶ月
編集日:2020年1月27日

Very satisfied with the team, Tigran, Ella and Rafael have been great. I chose 1 language, granted probably the most difficult language but they've been there through the whole process even when we had some problems with several pages not translating. I didn't want to let them know because I wanted to see what type of service they're offering, but I'm looking to add more languages within a month or two and upgrade to 2 to 3 more languages along with the extras they offer within the app. Hopefully the service and the standard of quality care they showed is followed through when I add more languages and upgrade to their services they offer within the app.

ShopPricedToSell
アメリカ合衆国
アプリの使用期間:9ヶ月
編集日:2019年8月7日

Ella was very helpful and patient. Thank you very much.
Trying out the paid version now, I hope it will work well.

www.buono.sg
シンガポール
アプリの使用期間:9ヶ月
編集日:2019年8月19日

This app is easy to use. Perfect if you just started your shop to reach more customers. The best thing is the customer service. Suzan helped me out to fix the position of the switcher. Really patient and experienced. Thanks again for your help !!!

honu bottles
ドイツ
アプリの使用期間:9ヶ月
2021年10月21日

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"); } }

Betolz
ドイツ
アプリの使用期間:9ヶ月
2021年10月6日

Im very impressed with their customer support specially #Ella for resolving store issue in a couple of minutes.

NadaLens
クウェート
アプリの使用期間:9ヶ月