I just made a website for a french restaurant. The website is in english, but I guess there is enough french on the website (labeled pictures of menu items) to prompt the visitor to translate the website if using Chrome.
Is there something I can add to the html to prevent chrome from asking to translate the page? I'd assume it'd be something like <html lang="en">
but that doesn't work.
Any ideas?
Thanks
lang="en"
worked, it would not just "disable" google translate for him, but it would fix it for the non-English speakers who might need it. – Flapper