I'm having a similar issue to this question, but with German. When I use a Chrome browser on my pc I get one translation (from https://translate.google.com), but with Selenium (in headless mode) I get a different translation.
As an example, the following text gives two different results:
- "Im Studienzimmer herrscht ein leises Murmeln der Studenten und ein etwas lauteres zischen der Chemikalien."
Using Chrome browser:
- "In the study room there is a soft murmur from the students and a somewhat louder hiss of the chemicals."
Using Selenium:
- "In the study room there is a quiet marbles of the students and a slightly louder hiss of the chemicals."
Why does German "Murmeln" get translated as 'murmur' by the translation using Chrome browser, but as 'marbles' when accessing the same page using Selenium?