How to remove Unknown Locale (Keyboard) from the Language Bar

After installing updates, you may find unknown locale(s), such as QAA-Latn or QAC-Latn, when you click the Language bar, as seen in the screenshot below.

remove unknown locale keyboard from language bar

However, the QAC and QAA entries do not appear in the list of languages when you open SettingsTime & LanguageLanguage. You wonder how to remove the unknown keyboard languages from the listing.



Resolution

Using PowerShell, you can remove those unknown keyboard layouts automatically.

  1. Start PowerShell as administrator.
  2. Run the following command:
    Get-WinUserLanguageList
  3. Press Enter.
    remove unknown locale keyboard from language bar

    (The Get-WinUserLanguageList cmdlet returns the current user language settings. These settings include input method, spelling setting, text prediction setting, and handwriting input mode.)
  4. In this case, you may want to retain en-US and en-IN languages and delete the remaining ones. To do so, run the following command:
    Set-WinUILanguageOverride en-US, en-IN -Force
    Note: To retain only en-US, you’d type “Set-WinUILanguageOverride en-US -Force
  5. Now, click the Language bar to see if the changes are effective.
    remove unknown locale keyboard from language bar

That’s it! The English (United States) and English (India) entries are retained. The QAA-Latn and QAC-Latn entries are removed.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

Leave a Comment