Share via

Cannot remove language in "language preferences" after win10 update

Anonymous
2018-05-15T09:41:45+00:00

Hi,

After last update in my Surface Pro I cannot remove languages in "Region & Language".

Country or region is: Greece

Windows display language is set to: English (US)

I can add languages but I cannot remove English (UK) or English (Ireland) which i added. The "remove" button is not active as you will see below.

Please advise.

Windows for home | Windows 10 | Accessibility

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

5 answers

Sort by: Most helpful
  1. DaveM121 891.9K Reputation points Independent Advisor
    2018-05-15T09:47:26+00:00

    Hi Spiros, there is a known bug in the 1803 version of Windows 10. Microsoft are aware of this issue and hopefully are working on a patch . . .

    For the moment, please try this workaround to set your preferred input language:

    Right click your Start Button, choose Powershell (admin)

    Run this command to get a list of installed languages on your PC

    Get-WinUserLanguageList

    Note down the LanguageTag of your preferred language

    If say, your preferred language is US English, run this command and hit Enter:

    $1 = New-WinUserLanguageList en-US

    Then run this command to set the order of installed input languages

    Set-WinUserLanguageList $1

    Close Powershell and restart your PC

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  2. Vijay A. Verma 104.9K Reputation points Volunteer Moderator
    2018-05-15T09:50:40+00:00

    You should do following -

    Right click on Windows Start > Windows Powershell (Admin)

    Copy and paste below and Enter in Powershell

    Get-WinUserLanguageList

    Now, you will get the languages which are installed. Make a note of language tag of the language which you want to retain. Let's say that this language tag is el-GR. (Note - el-GR is Greek)

    Now, Copy and paste below and Enter in Powershell

    Set-WinUserLanguageList el-GR

    This will make other languages disappear. (In case, you want to add again or other languages, you can add again from language settings)

    Source - https://www.tenforums.com/windows-updates-activ...

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

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-05-15T10:48:05+00:00

    Thanks a lot Dave. This worked for me!

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. DaveM121 891.9K Reputation points Independent Advisor
    2018-05-15T10:49:42+00:00

    Hi Spiros, I am really glad that worked for you, please mark the question as answered, it may help others with the same question . . .

    Was this answer helpful?

    0 comments No comments
  5. Sumit 43,806 Reputation points Volunteer Moderator
    2018-05-15T09:48:05+00:00

    This is a known issue with 1803. See the solution on Superuser.com

    https://superuser.com/questions/1092246/how-to-...

    Was this answer helpful?

    0 comments No comments