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)