0

How do I enable the icon which is shown in chrome´s address bar next to the favorite star? The site will be in greek but for now I need this icon to appear to make one click translations for non greek speakers.

I added:

<html lang="el">
<meta charset="UTF-8" />
<meta name="google" content="translate" />
<meta http-equiv="Content-Language" content="el-GR" />

But nothing..

Basically seems like the opposite to this article Disable Chrome translation bar on my website.

Thanks

Community
  • 1
  • 1
Tyra Pululi
  • 436
  • 1
  • 7
  • 19

1 Answers1

0

I'm fairly sure that chrome automatically does this by seeing what your language preference is and then comparing it to the language displayed on the page. No additional code is required.