question

AuliaNilaSafira-9527 avatar image
0 Votes"
AuliaNilaSafira-9527 asked JennyFeng-MSFT commented

How to delete Unknown Locale (qad-Latn) keyboard?

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 either88115-2021-04-15.png


windows-10-general
2021-04-15.png (45.8 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@AuliaNilaSafira-9527
Hi,

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.

0 Votes 0 ·
Reza-Ameri avatar image
0 Votes"
Reza-Ameri answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JennyFeng-MSFT avatar image
2 Votes"
JennyFeng-MSFT answered

@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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.