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