Question:
How could I force my website to be displayed in original default language instead of device\browser language?
Product:
Wix live website
What are you trying to achieve:
My website is set to English but when I visit from a browser with a different language it automatically translate into browser’s language, even without having automatic translation active (either Chrome and Safari). For instance, if my browser is set to Italian, then page is translated to Italian (except for dynamic content).
Also, this issue is experienced in homepage and some other random page. Not everywhere.
What have you already tried:
Try this snipper in Head custom code section:
<html lang="en">
<meta http-equiv="Content-Language" content="en">
<meta name="robots" content="no-translate">
Additional information:
Wix customer care said it is now a problem of WIX. Saying that all WIX website will be automatically translated if a browser language is different. Really disappointed.