May 15 2024 06:29 AM
I'm trying to manage the preferred languages in Microsoft Edge on Windows. Specifically, I want to remove certain languages that appear in the "edge://settings/languages" settings (e.g., Dutch).
I have a few questions regarding this:
"C:\Users\$Env:UserName\AppData\Local\Microsoft\Edge\User Data\Default\Preferences"
? If so, can anyone guide me on how to modify this file safely to update or remove language preferences?
Thank you in advance for your assistance!
May 17 2024 03:17 AM - edited May 17 2024 03:18 AM
@fsfarimani Hi, if you want to set/manage your preferred languages programmatically with a given list of languages, you can either use
For details see https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#definepreferredlanguages
There you can provide a comma separated list in the order of your preferred languages, e.g. "en-US,en-GB,nl,fr"
A list of the valid language values can be found here