How To Set Default Keyboard Input Language in Windows 10 PDF
How To Set Default Keyboard Input Language in Windows 10 PDF
Windows 10
In Windows, you can configure your keyboard to use a different keyboard layout or input
method to type in another language.
The language of your keyboard layout controls the characters that appear on your screen
when you type. By using the different layouts, you can type all the characters for the
language, including diacritics such as the umlaut (ä) in German and the tilde (ñ) in Spanish.
If you have more than one added keyboard layout, you can set one to be the default.
Starting with Windows 10 build 17063, Microsoft has updated the Keyboard Settings
experience under the Time & Language Settings page to make it easier to use, and removed
these settings from the Control Panel.
Starting with Windows 10 build 17083, Microsoft made the decision to remove the
recently added Keyboard Settings page under Settings > Time & Language and will
consider returning it in a future release. If you’d like to add another keyboard to your
language, you can do this as before from the Region & Language Settings page by
selecting the language you wish to add to. Advanced keyboard settings (including
overriding your default keyboard and emoji panel settings) are still available – the link to
this page has been moved to Settings > Devices > Typing.
This tutorial will show you how to set a default keyboard layout (input language) for your
account in Windows 10.
You might have issues on Windows 10, version 2004 when using some Microsoft IMEs
| Microsoft Support
Contents
2 Click/tap on Typing on the left side, and click/tap on the Advanced keyboard
settings link on the right side under More keyboard settings. (see screenshot below)
3 Select the keyboard layout you want as default in the Override for default input
method drop menu. (see screenshot below)
Use language list is to use the default keyboard layout for the language at the top of your
language list.
OPTION TWO
2 Click/tap on Language on the left side, and perform either action below. (see screenshots
below)
A) Under Preferred languages on the right side, click/tap on the added language (ex:
"English (United States)") you want to set as the default app language (input language),
and click/tap on the up arrow button until the language (ex: "English (United States)") is at
the top of the language list.
OR
B) Under Preferred languages on the right side, drag and drop the added language (ex:
"English (United States)") you want to set as the default app language (input language) to
the top of the language list.
This option will only work if you have selected Use language list in Option One.
1 Open PowerShell.
2 Type the command below into PowerShell, and press Enter . Make note of
each LanguageTag (ex: "en-US" and "en-GB") for your added languages. (see screenshot
below)
Get-WinUserLanguageList
3 Type the command below into PowerShell, and press Enter . (see screenshot below)
The LanguageTag (ex: "en-US") you use for LanguageTag1 in the command will be set as
your default keyboard layout.
For example: Set-WinUserLanguageList -LanguageList en-US, en-GB -Force
Any LanguageTag (ex: "en-US" and "en-GB") from step 2 above not included in this
command will cause that keyboard layout to be removed.
That's it,
Shawn