Share via

Language in Windows11

Anonymous
2022-01-15T13:29:47+00:00

In Settings Language & Region I see:

The Taskbar settings show this when I press <kbd>Win+space</kbd>

Where does French and Dutch come from? Can I remove these?

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

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-02-01T18:34:49+00:00

    btw de-DE is not the language I'm looking for. hint: i live in Switzerland

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-02-01T18:33:22+00:00

    great. i see it was beneficial i got a computer science degree to set the language on one of the most used os in the world.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-01-15T14:05:30+00:00

    Hi theking2

    1

    Click your Start Button, then just type regedit and press Enter to open the Registry Editor

    Click View and make sure 'Address Bar' is turned on.

    Paste this into the Address Bar at the top and hit Enter.

    HKEY_USERS.DEFAULT\Keyboard Layout\Preload

    In the left pane, right click and delete the Preload key (folder)

    Close the Registry Editor and restart (not shut down) your PC.

    2

    If that does not solve the problem:

    Click your Start Button, then just type powershell

    On the resulting list, right click PowerShell and select 'Run as Administrator'

    Paste this commend into Powershell and hit Enter:

    $1 = New-WinUserLanguageList en-US

    Paste this commend into Powershell and hit Enter:

    $1.Add("de-DE")

    Then, Paste this commend into Powershell and hit Enter:

    Set-WinUserLanguageList $1

    Close Powershell and restart (not shut down) your PC

    Was this answer helpful?

    0 comments No comments