Language

Fix Cannot remove a Language from Windows 10

Fix Cannot remove a Language from Windows 10

Windows has supported multiple languages from the start. Now, it even lets you have multiple languages installed on your PC. You can use one for display, while other can be used to type, and so on. That said, Windows 10 also supports option to quickly change the language which makes it convenient to switch between them during typing.  This according to some is become a problem. many are unable to remove a language from Windows 10 1803.

One of the reported scenarios is when you install languages which share a common base language. So you can have English UK, English US, English India. Post this, you cannot uninstall any of these languages form Preferred languages list. This becomes an annoyance if you just installed them for trying out, but not actually typing work. The input selector keeps you bugging now, and then.

Unable to remove a language from Windows 10

From the Start menu, search for PowerShell. Right-click Windows Powershell in the search results and choose Run as administrator.

Type or copy/paste the following command at the command prompt, and then press Enter.

Get-WinUserLanguageList

After typing this command, make note of the “LanguageTag” listed for the language you wish to remove. You will need it in the next step.

Type or copy/paste each of the following commands at the command prompt, and then press Enter.

$LangList = Get-WinUserLanguageList $MarkedLang = $LangList | where LanguageTag -eq "" $LangList.Remove($MarkedLang) Set-WinUserLanguageList $LangList -Force

In the following above commands, instead of typing , replace it with the language tag you wish to remove, such as en-IN for English (India).

This should mostly work for you, but if this doesn't here is another way to get this done which might be a lot easier. These languages remain because they are similar, and tried for our display, and used language. What one person suggested is to change setting at Region & language/languages/windows display language to something else other than the one you want to remove it. Also, lower the language order to bottom at Preferred languages menu and restart the computer, then remove the language that you don't need.

While Microsoft has introduced this as a feature to help many who would want to use multiple languages, they need to fix this. Instead, I would rather like an option where I can select if this language should be available with input or just display or need to be available in touch.

Gry Jak przechwytywać i przesyłać strumieniowo sesję gry w systemie Linux
Jak przechwytywać i przesyłać strumieniowo sesję gry w systemie Linux
W przeszłości granie w gry było uważane tylko za hobby, ale z czasem branża gier odnotowała ogromny wzrost pod względem technologii i liczby graczy. P...
Gry Najlepsze gry do grania ze śledzeniem rąk
Najlepsze gry do grania ze śledzeniem rąk
Oculus Quest niedawno wprowadził świetny pomysł śledzenia rąk bez kontrolerów. Przy stale rosnącej liczbie gier i działań, które wspierają zarówno for...
Gry Jak wyświetlić nakładkę OSD w pełnoekranowych aplikacjach i grach dla systemu Linux?
Jak wyświetlić nakładkę OSD w pełnoekranowych aplikacjach i grach dla systemu Linux?
Granie w gry pełnoekranowe lub korzystanie z aplikacji w trybie pełnoekranowym bez rozpraszania uwagi może odciąć Cię od istotnych informacji systemow...