How to remove the Unknown Locale(qaa-latn) language

Anonymous
2020-02-09T12:01:58+00:00

Hi. After I updated the Windows 10 ,there is a keyboard selection on the keyboard list called Unknown Locale (qaa-latn).I don't know what is that stuff and why is it displayed there. Can anyone tell me what is that and how can I remove it. Thank you.

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2020-07-18T14:31:43+00:00

Hi. After I updated the Windows 10 ,there is a keyboard selectionon the keyboard list called Unknown Locale (qaa-latn).I don't know what is that stuff and why is it displayed there. Can anyone tell me what is that and how can I remove it. Thank you.

Hello,

I used this commands on powershell and it worked. It basically keeps the chosen keyboards, so others (qab-latn, qaa-latn, ...)  should disappear. 

First right-click on powershell and run as administrator, then type:

> Get-WinUserLanguageList

> Set-WinUserLanguageList en-US, fa

> Y

(You don't need to be careful about capitals. choose your needed keyboards, mine were English and Persian)

Was this answer helpful?

1200+ people found this answer helpful.
0 comments No comments

58 additional answers

Sort by: Most helpful
  1. Anonymous
    2021-05-04T19:16:55+00:00

    OMG THIS WORKED!!

    I had two QAC languages for some reason, your method is the only one that worked, thank you so much!!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-05-01T14:22:22+00:00

    Thank you very much for this help!
    Im reposting it:

    1. In "Search" type: PowerShell
    2. In the opening window paste the following and press Enter

    In the Admin PowerShell, type:

    $LanguageList = Get-WinUserLanguageList
    $LanguageList.Add("qaa-latn")
    Set-WinUserLanguageList $LanguageList -Force
    
    1. Go to Settings > Language and remove the QAA-LATN from there

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-04-18T08:41:45+00:00

    lpksetup -u does not remove QAA keyboard layout.

    Was this answer helpful?

    0 comments No comments