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

Aulia Nila Safira 1 Reputation point
2021-04-15T08:21:01.64+00:00

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 for business | Windows Client for IT Pros | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Jenny Feng 14,246 Reputation points
    2021-04-16T02:10:47.1+00:00

    @Aulia Nila Safira
    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.

    4 people found this answer helpful.
    0 comments No comments

  2. Reza-Ameri 17,341 Reputation points Volunteer Moderator
    2021-04-15T13:28:03.603+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.