Change Your Keyboard Language#
To add a keyboard language, open amecs and navigate to Manage Language Settings > Add Keyboard Language.
Alternatively, you can add a keyboard language by entering the following commands via PowerShell (not as Administrator), substituting xx-XX
with the Language/region tag of your desired keyboard language:
$List = New-WinUserLanguageList en-US
$List.Add("xx-XX")
Set-WinUserLanguageList $List
Note
‘en-US’ should be your current system language
Your new language will be available from the language switcher in the system tray.
To make your new language the default, you can use Set-WinDefaultInputMethodOverride paired with the Language/region ID and Keyboard identifier (hexadecimal) of your language.
Instructions for this question are also available at AME Guides.