Windows 10: How to remove unnecessary language layouts?

Discus and support How to remove unnecessary language layouts? in Windows 10 Customization to solve the problem; How to remove unnecessary language layouts?... Discussion in 'Windows 10 Customization' started by Володя Топор, Jun 17, 2022.

  1. How to remove unnecessary language layouts?


    How to remove unnecessary language layouts?

    :)
     
    Володя Топор, Jun 17, 2022
    #1

  2. Remove unnecessary language layout

    Hi Rosalie, if you add an additional language for Windows 10 version 1803, which uses the same basic language as the display language of the Windows operating system, then no language can be removed.

    For example: if English (UK) is the current Windows display language, and then English (India) has been added to the list of preferred languages, then neither English (UK) nor English (India) can be removed from the list of preferred languages.

    Note: The most noticeable effect of having several similar languages ​​in the list of preferred languages ​​are additional languages ​​in the language tab on the taskbar. You can delete unnecessary entries in the list of languages ​​using the following steps:

    1. Using the search tool find Powershell

    2. Right-click on Windows Powershell, run the program as administrator.

    Enter the command Get-WinUserLanguageList + Enter:

    After entering this command, copy and write down the "icon" of the language you want to delete (for example, en-in for English (India)

    4. Then alternately enter the following commands + Enter, replacing the line <languagecode> with the "icon" of the language from item 3 (en-in in the example) below, the language code should be in quotes:

    $LangList = Get-WinUserLanguageList

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

    $LangList.Remove($MarkedLang)

    Set-WinUserLanguageList $LangList -Force

    5. Check the result

    Example:

    $LangList = Get-WinUserLanguageList

    $MarkedLang = $LangList | where LanguageTag -eq "zh-Hans-CN"

    $LangList.Remove($MarkedLang)

    Set-WinUserLanguageList $LangList -Force
     
    NighthawkX, Jun 17, 2022
    #2
  3. Remove unnecessary language layout

    If you add a secondary language to Windows 10 version 1803 that shares the same base language as the Windows display language, neither language can be removed.

    For example: If English (United Kingdom) is the current Windows display language, and you then add English (India) to the Preferred languages list, afterwards neither English (United Kingdom) nor English (India) can be removed from the Preferred languages list.

    Note: The most notable effect of having multiple related languages in the Preferred languages list is additional entries in the text input selector. You can remove unwanted language list entries using these steps:

    1. From the Start menu, search for powershell.

    2. Right-click Windows Powershell in the search results and choose Run as administrator.

    3. 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, as you will need it in the next step.

    4. Type or copy/paste each of the following commands at the command prompt, and then press Enter. In the following commands, instead of typing <languagecode>, replace it with the language tag you wish to remove, such as en-in for English (India).

    $LangList = Get-WinUserLanguageList

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

    $LangList.Remove($MarkedLang)

    Set-WinUserLanguageList $LangList -Force
     
    Andre Da Costa, Jun 17, 2022
    #3
  4. ryloth Win User

    How to remove unnecessary language layouts?

    Unable to remove a 'default' language/keyboard layout

    Dear dalchina,
    thank you for the reply, but I am probably missing something.
    As you can see from the attached picture, language settings DOES NOT list the keyboard layout I want to remove (ENG INTL). So, how can I remove a layout that is not listed in the Language settings?

    Gianluca

    How to remove unnecessary language layouts? [​IMG]
     
    ryloth, Jun 17, 2022
    #4
Thema:

How to remove unnecessary language layouts?

Loading...
  1. How to remove unnecessary language layouts? - Similar Threads - remove unnecessary language

  2. unwanted input language layouts. how to remove?

    in Windows 10 Gaming
    unwanted input language layouts. how to remove?: hiI prefer my PC be in English, but I live in Finland, so I have only the Finnish keyboards to use.Windows however has decided that I must need the US layout, as well as the US Zimbabwe layout for some reason.it's really annoying since the language swaps sometimes and then...
  3. unwanted input language layouts. how to remove?

    in Windows 10 Software and Apps
    unwanted input language layouts. how to remove?: hiI prefer my PC be in English, but I live in Finland, so I have only the Finnish keyboards to use.Windows however has decided that I must need the US layout, as well as the US Zimbabwe layout for some reason.it's really annoying since the language swaps sometimes and then...
  4. How to remove unnecessary language form the Windows display language list?

    in Windows 10 Gaming
    How to remove unnecessary language form the Windows display language list?: Unfortunately, I have chosen English UK language when I set up Windows on my laptop.Now I want to remove this language pack, I set up English US and set it as default and I removed English UK, but English UK still remain in the Window display list and moreover, after each...
  5. How to remove unnecessary language form the Windows display language list?

    in Windows 10 Software and Apps
    How to remove unnecessary language form the Windows display language list?: Unfortunately, I have chosen English UK language when I set up Windows on my laptop.Now I want to remove this language pack, I set up English US and set it as default and I removed English UK, but English UK still remain in the Window display list and moreover, after each...
  6. How to remove unnecessary language layouts?

    in Windows 10 Gaming
    How to remove unnecessary language layouts?: How to remove unnecessary language layouts? https://answers.microsoft.com/en-us/windows/forum/all/how-to-remove-unnecessary-language-layouts/b6a59c09-4fee-4520-9db4-69d4e2e2e7b7
  7. How to remove unnecessary language layouts?

    in Windows 10 Software and Apps
    How to remove unnecessary language layouts?: How to remove unnecessary language layouts? https://answers.microsoft.com/en-us/windows/forum/all/how-to-remove-unnecessary-language-layouts/b6a59c09-4fee-4520-9db4-69d4e2e2e7b7
  8. How to remove unnecessary input language in Windows 10?

    in Windows 10 Gaming
    How to remove unnecessary input language in Windows 10?: Is there anyway to permanently remove the US/Malaysia English option in the language? I tried the registry method where I remove one of the language from the registry but the language just keeps coming back....
  9. How to remove unnecessary input language in Windows 10?

    in Windows 10 Software and Apps
    How to remove unnecessary input language in Windows 10?: Is there anyway to permanently remove the US/Malaysia English option in the language? I tried the registry method where I remove one of the language from the registry but the language just keeps coming back....
  10. Can't remove unnecessary keyboard layout

    in Windows 10 Customization
    Can't remove unnecessary keyboard layout: He screenshot of my keyboard layout https://1drv.ms/u/s!AoHobQYmOKNGoJYuAJf4LiBFaEmB0g Control panel settings do not provide a tool for removing "English Canada". How to remove it? Windows 10 Pro 2004. Thanks....