Share via

Delete language

Anonymous
2024-04-14T02:17:33+00:00

I'm having a hard time to delete unwanted keyboard language on my computer, it's not showing at settings area.

Windows for home | Windows 11 | Input and language

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

Kapil Arya 37,826 Reputation points Volunteer Moderator
2024-04-14T16:38:06+00:00

Hello,

See if this fix helps you:

https://www.kapilarya.com/fix-cannot-remove-a-language-in-windows-11

Hope this helps!

Note: Included link in this reply refers to blog by a trusted Microsoft MVP.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

Answer accepted by question author

Tin Luna 25,535 Reputation points Independent Advisor
2024-04-14T02:51:34+00:00

Hi ImHim07,

I'm Christine, an Independent Advisor. Looks like you cant delete an unwanted keyboard language on your device. No worries, I'll do my best to help you.

  1. Please check and follow the steps below:

Please click Start menu and type Powershell, right click on it and choose Run as Admin.

Please copy and paste the following command below:

$LangList = Get-WinUserLanguageList

then please hit enter

$MarkedLang = $LangList | where LanguageTag -eq "<en-GB>"

then hit enter

$LangList.Remove($MarkedLang)

Enter

Set-WinUserLanguageList $LangList -Force

Enter

Please exit on the Powershell.

Restart your device and check if the issue persists.

Reference: https://www.thewindowsclub.com/cannot-remove-la...

Please let me know the result. I'll be happy to assist you all the way until it's resolved.

Thank you,

Christine L

Independent Advisor

Standard Disclaimer: This link is a non-Microsoft website. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before you decide to download and install it.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful