Software-OK
≡... News | ... Home | ... FAQ | Impressum | Contact | Listed at | Thank you |

  
HOME ► Faq ► FAQ - PowerShell ► ««« »»»

Quickly change the Windows 11, 10, ... language with PowerShell!


The display language in Windows 11, 10, ... is the display language you have selected, the default language is used by all Windows settings, file explorer, ...!





1.) ... How to display a list of currently installed language packs!
2.) ... Change the language with PowerShell!
3.) ... What should be considered when changing the language!



4.) ... Advantages and disadvantages of changing the language with PowerShell!
5.) ... The difference between language and keyboard layout language!



Tip: change or add new language in Windows 11!

Start to do the following MS PowerShell in Administrative mode 
Windows + R command PowerShell and  Ctrl + Shift + Enter to start

1.) How to show a list of currently installed language packs!

1. Start the command  DISM /online /Get-Intl

2. And you can see the installed languages

(... see Image-1 Point 1 to 3) 


(Image-1) Quickly see installed Windows language with PowerShell!
Quickly see Installed Windows language with PowerShell!

-
▲ Back to the top ▲




2.) Change the language with PowerShell!


Here is an example to switch to German, en-US, logging off and logging on to the Windows computer is required!

In example, for English UK use en-GB!



Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Windows\system32> Set-WinSystemLocale en-US
PS C:\Windows\system32> Set-WinUserLanguageList en-US -Force
PS C:\Windows\system32>



3.) ... What should be considered when changing the language!



The language abbreviations / tags are used, the language must have been installed beforehand in order to use them. Here is a small list of available languages ​​under Windows!



language Language abbreviation / day
Afrikaans (South Africa) af-ZA
Albanian (Albania) sq-AL
Amharic (Ethiopia) am-ET
Arabic (Saudi Arabia) ar-SA
Armenian (Armenia) hy-AM
Assamese (India) as in
Azerbaijan az-Latn-AZ
Bangla (Bangladesh) Billion BD
Basque (Basque) I-ES
Belarussisch be-BY
Bangla (India) bn-IN
Bosnian (Latin) bs-Latn-BA
Bulgarian (Bulgaria) bg-BG
Catalan ca-ES
Central Kurdish ku-ARAB-IQ
Cherokee chr-CHER-US
Chinese (Hong Kong SVR) zh-TW
Chinese (PR China) zh-CN
Chinese (Taiwan) zh-TW
Croatian (Croatia) Std-HR
Czech (Czech Republic) cs-CZ
Danish (Denmark) da-DK
From prs-AF
Dutch (Netherlands) nl-NL
English (USA) up to
English United Kingdom) up to
Estonian (Estonia) et-EE
Filipino fil-PH
Finnish (Finland) fi-FI
French (Canada) fr-CA
French France) fr-FR
Galician gl-ES
Georgian (Georgia) ka-GE
German Germany) up to
Greek (Greece) el-GR
Gujarati (India) gu-IN
Hausa (Latin, Nigeria) ha-Latn-NG
Hebrew (Israel) er-IL
Hindi (India) hello-IN
Hungarian (Hungary) hu-HU
Icelandic (Iceland) is-IS
Igbo (Nigeria) ig-Language
Indonesian (Indonesia) I did
Irish (Ireland) ga-IE
isiXhosa (South Africa) xh-ZA
isiZulu (South Africa) to-ZA
Italian (Italy) it it
Japanese (Japan) i-JP
Kannada (India) kn-IN
Kazakh (Kazakhstan) kk-KZ
Khmer (Cambodia) km-KH
   
Kinyarwanda rw-RW
Kiswahili (Kenya) sw-KE
Konkani (India) cook
Korean (Korea) ko-KR
Kyrgyz (Kyrgyzstan) ky-KG
Laos (Laos) it-LA
Latvian (Latvia) lv-LV
Lithuanian (Lithuania) lt-LT
Luxembourgish (Luxembourg) lb-LU
Macedonian (FYROM) mk-MK
Malay (Malaysia, Brunei and Singapore) ms-MY
Malayalam (India) ml-IN
Maltese (Malta) mt-MT
Maori (New Zealand) mi-NZ
Marathi (India) Mistress
Mongolian (Cyrillic) mn-MN
Nepali (Democratic Federal Republic of Nepal) ne-NP
Norwegian, Bokmål (Norway) nb-NO
Norwegian, Nynorsk (Norway) nn-NO
   
   
Polish (Poland) pl-PL
Portuguese (Brazil) pt-BR
Portuguese (Portugal) pt-PT
Punjabi (India) pains
Punjabi (Arabic) pa-Arabic-PK
Quechua (Peru) quz-PE
Romanian (Romania) ro-RO
Russian (Russia) ru-RU
Scottish Gaelic gd-GB
Serbian (Cyrillic, Bosnia and Herzegovina) sr-Cyrl-BA
Serbian (Cyrillic, Serbia) sr-Cyrl-RS
Serbian (Latin, Serbia) sr-Latn-RS
Serbian (Latin, Serbia) sr-Latn-RS
Sesotho sa Leboa (South Africa) nso-ZA
Setswana (South Africa) tn-ZA
Sindhi (Arabic) sd-arabic-PK
Sinhala (Sri Lanka) silk
Slovak (Slovakia) sk-SK
Slovenian (Slovenia) sl-SI
Spanish (Mexico) es-MX
Spanish (Spain) it-IT
Swedish (Sweden) sv-SE
Tajik (Cyrillic) tg-Cyrl-TJ
Tamil (India) of the IN
Tatar (Russia) tt-RU
Telugu (India) te-IN
Thai (Thailand) Do-TH
Tigrinya ti-ET
Turkish (Turkey) p-CHILD
Turkmen tk-TM
Urdu ur-PK
Ukrainian (Ukraine) UK UA
Uighurs and-CN
Uzbek (Latin) uz-Latn-UZ
   
Vietnamese en-VN
Welsh (UK) cy-GB
Wolof where-SN
Yoruba (Nigeria) yo-NG


4.) Advantages and disadvantages of changing the language with PowerShell!


Changing the system language with PowerShell has both advantages and disadvantages:

Advantages:



Automation:

PowerShell allows you to automate tasks, which is especially useful if you need to manage multiple systems. You can write scripts to change the system language on multiple computers at once.

Flexibility: PowerShell allows you to control and customize various aspects of the operating system, including the system language. This allows for a high level of flexibility when configuring your system.

Speed: Changing the system language with PowerShell can be faster than using the graphical user interface, especially if you work with multiple systems.

Access to advanced options: PowerShell provides access to advanced options and features that may not be available through the graphical user interface.

Disadvantages:



Complexity: PowerShell commands can be complex, especially for users who are not familiar with PowerShell syntax. This can lead to errors if the commands are not executed correctly.

Risk of Errors: If PowerShell commands are entered incorrectly or used incorrectly, they can result in misconfigurations that can affect the system. It is important to ensure that the commands are correct and make the intended changes.

Required permissions: Running PowerShell commands requires administrative permissions. This means that users must have sufficient permissions to make changes to the system language.

Lack of support: There may be less official support or documentation for changing the system language using PowerShell compared to using the graphical user interface.



Overall, changing the system language with PowerShell offers many benefits, especially in terms of automation and flexibility, but also requires appropriate knowledge and care to minimize potential risks.



5.) The difference between language and keyboard layout language!

Difference between the system language and the keyboard layout is as follows:

System language:

The system language determines the language in which the user interface of the operating system and applications is displayed.
When you change the system language, menus, dialog boxes, error messages, and other user interface elements appear in the selected language.
Changing the system language can cause the operating system and applications to run in that language, making user interaction easier, especially for users who prefer or need the selected language.

Keyboard layout language:

The keyboard layout determines how the keys on the keyboard are interpreted when they are pressed.
When you change the keyboard layout, the mapping of the keys changes, so for example, pressing the "A" key on a German keyboard produces a different letter than on an English keyboard.
Changing your keyboard layout is especially important if you work in different languages ​​or if you prefer a keyboard layout that better suits your language or input preferences.


Overall, the system language and keyboard layout are two separate settings that can be adjusted independently to customize the user experience and improve efficiency when typing and interacting with the computer.



FAQ 1: Updated on: 27 May 2024 06:34 Windows
PowerShell

What is PowerShell_ISE and what is it for on Windows?


PowerShell ISE Integrated Scripting Environment is a graphical user interface and development environment specifically designed for creating, testing,
PowerShell

How can I use the command history in Windows PowerShell?


The command history in PowerShell should be used because it is practical, the integrated command history function is very popular under Windows 11, 10,
PowerShell

Customize the font in PowerShell and add more fonts, but how?


In PowerShell you can also change and adapt the font and add more, under Windows 11, 10, and MS Server OS, how is no longer a question 1. Use a
PowerShell

Can I list user accounts through PowerShell?


It is quite easy to list user accounts via PowerShell with a small command that works under Windows 11, 10, and MS Server operating systems If you run
PowerShell

How can I find out the SHA hash value of a file using PowerShell?


It is really easy to find out the SHA256 hash value of a file with PowerShell under Windows 11, 10, or MS Server 1. Get SHA256 checksum via PowerShell 
PowerShell

Reset print queue with PowerShell?


If there are a lot of pending jobs in the print queue, PowerShell can be used to delete all of the print jobs and thus reset everything 1. The command
PowerShell

Deactivate / activate the touch screen function with PowerShell!


Deactivating or activating the touch screen function with PowerShell is also possible on all MS Windows Desktop and MS Server OS Everyone knows the simple

»»

  My question is not there in the FAQ
Asked questions on this answer:
  1. What steps are necessary to change the language in Windows 11 using PowerShell?
  2. How do I start PowerShell in administrative mode?
  3. What are the most common problems when changing the language in Windows 10 using PowerShell?
  4. What keyboard shortcut opens the PowerShell window in administrative mode?
  5. How do I check if my language changes were successful?
  6. What PowerShell commands are necessary to change the language in Windows 10?
  7. What is the difference between Set-WinUILanguageOverride and Set-WinUserLanguageList?
  8. What are the advantages and disadvantages of changing the language with PowerShell?
  9. How is the display language different from the keyboard layout?
  10. What steps are required to run PowerShell commands as an administrator?
  11. What are the advantages of using PowerShell over the graphical user interface?
  12. What do I need to consider before changing the display language?
  13. What happens if the language pack is not installed correctly?
  14. How do I remove an installed language in Windows 11?
  15. How to set keyboard layout regardless of display language in Windows 10?
  16. How do I change the keyboard layout in Windows 10 via PowerShell?
  17. How do I check if a language pack is installed in Windows 10?
  18. Are there any disadvantages to changing the language in Windows 11 using PowerShell?
  19. What does DISM /online /Get-Intl mean?
  20. What do I have to consider when changing the language in Windows 11?
  21. What is the Set-WinUILanguageOverride command and how to use it?
  22. How do I add a new display language in Windows 10?
  23. Can I change the language settings for all user accounts at the same time?
  24. Can I install multiple language packs at the same time?
  25. What steps are necessary to change the keyboard layout without changing the display language?
  26. Which language codes do I use for German and English in PowerShell?
  27. How do I install a new language pack in Windows 11?
  28. How can I change the display language in Windows 11?
  29. Can I change the display language without restarting the computer?
  30. Can I add and change language in Windows 10?
  31. What is the command to display a list of installed language packs?
  32. What commands do I need to enter in PowerShell to view installed languages?
  33. How to use the DISM command in PowerShell to manage language packs?
Keywords: powershell, quickly, change, windows, language, display, selected, default, used, settings, file, explorer, Questions, Answers, Software




  

  + Freeware
  + Order on the PC
  + File management
  + Automation
  + Office Tools
  + PC testing tools
  + Decoration and fun
  + Desktop-Clocks
  + Security

  + SoftwareOK Pages
  + Micro Staff
  + Freeware-1
  + Freeware-2
  + Freeware-3
  + FAQ
  + Downloads

  + Top
  + Desktop-OK
  + The Quad Explorer
  + Don't Sleep
  + Win-Scan-2-PDF
  + Quick-Text-Past
  + Print Folder Tree
  + Find Same Images
  + Experience-Index-OK
  + Font-View-OK


  + Freeware
  + Brightness.Manager.OK
  + ProcessKO
  + WinBin2Iso
  + ThisIsMyFile
  + TheAeroClock
  + Bitte.Wenden
  + CoronaKO
  + MatriX.CoronaKO
  + Find.Same.Images.OK
  + PAD-s


Home | Thanks | Contact | Link me | FAQ | Settings | Windows 10 | gc24b | English-AV | Impressum | Translate | PayPal | PAD-s

 © 2025 by Nenad Hrg softwareok.de • softwareok.com • softwareok.com • softwareok.eu


► How can i manage, bacup or delete the favorites for all Explorer Views in Q-Dir? ◄
► MS Shell folder menus and right-click function in Q-Dir! ◄
► What's the best way to secure my computer? ◄
► I"m visually impaired, how do i enlarge the font on my Quad-Explorer? ◄


This website does not store personal data. However, third-party providers are used to display ads,
which are managed by Google and comply with the IAB Transparency and Consent Framework (IAB-TCF).
The CMP ID is 300 and can be individually customized at the bottom of the page.
more Infos & Privacy Policy

....