Not sure what have I done, but suddenly the unknown locale (qad-Latn) is there, how to remove it? Can't find it in my language setting either
Not sure what have I done, but suddenly the unknown locale (qad-Latn) is there, how to remove it? Can't find it in my language setting either
Just checking in to see if the information provided was helpful.
If the reply helped you, please remember to accept as answer.
If no, please reply and tell us the current situation in order to provide further help.
Click on the Language preferences and then you will see list of languages and you may click on it and then click Remove to remove it.
@AuliaNilaSafira-9527
Hi,
You could try the following steps:
In the Admin PowerShell, type:
$LanguageList = Get-WinUserLanguageList
$LanguageList.Add("qad-latn")
Set-WinUserLanguageList $LanguageList -Force
Then go to Settings (Win+I) / Language settings, and just remove qad-Latn from there.
In addition, here are some posts with the similar issue with yours, just for your reference, you can try the method mentioned in them:
https://superuser.com/questions/1323863/cannot-remove-language-pack-on-windows-10-pc/1505380#1505380
Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
Hope above information can help you.
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
6 people are following this question.