How to remove a language from Chrome?
This helped me:
- Delete Chrome from your PC.
- Disable location determination in Windows.
- Install Chrome again.
- Before you sync your account, check if the language is correct now.
- If yes, then before you sync your account, disable "setting sync" in Chrome (setting → Sync and Google services → manage sync → "disable settings").
This worked for me (copied from here).
The Chromium devs provided this workaround:
- Open chrome://settings
- Open JS console with Ctrl+Shift+J
- Type chrome.languageSettingsPrivate.disableLanguage('hi')
where 'hi' is the 2 char language code (for example Hindi in this example).