html - Is it possible to tell browsers (chrome?) the correct URL for a language? -
html - Is it possible to tell browsers (chrome?) the correct URL for a language? -
i have website has various translations available via:
http://example.com/en/... http://example.com/de/... http://example.com/es/... etc...
whenever go 1 of non-english sites, chrome pops it's "would translate page?" bar. if click "translate english", runs page through it's translation backend and, of course, spits out broken english.
i'd prefer redirect http://example.com/en/...
. there way flag browser? have language selector in page, people might not notice / may unable read it, , google translate bar in face.
ok, think got it. https://productforums.google.com/forum/#!topic/chrome/dwewxpx1tle:
if prefer webpage not translated google translate, insert next meta tag html files: <meta name="google" value="notranslate">
this @ to the lowest degree suppress translate bar. won't handle desired redirect.
html html5 google-chrome translation
Comments
Post a Comment