
I am running chromium-browser on raspbian, in kiosk mode and I need to disable the prompt to translate a website. This can't be done with a mouse or touch screen, it has to be done on chromium-browser startup, using an option.
There used to be a way to disable the translate prompt using the option --disable-translate but that was removed.
I looked around and found that there was another option --disable-features=TranslateUI but that doesn't work either.
I also tried --disable-translate-new-ux but thats didn't do it either.
Has anyone successfully disabled the translate prompt from chromium-browser?
Thanks