Previously, you could change the display language in Windows 11 using the Settings app, which requires an active internet connection. You can now do the same using PowerShell, thanks to this new language module. Learn how to add language packs to Windows ISO images offline.

Language Tags for Windows 11 language packs

Before we begin, the process to install a language pack requires a “language tag,” which is a shortcode for the language. For example, American English’s language tag is “en-US.” The table below lists all the languages you can install using PowerShell and their associated tags.Language TagDescriptionar-SAArabic (Saudi Arabia)bn-BDBangla (Bangladesh)bn-INBangla (India)cs-CZCzech (Czech Republic)da-DKDanish (Denmark)de-ATAustrian Germande-CH“Swiss” Germande-DEStandard German (as spoken in Germany)el-GRModern Greeken-AUAustralian Englishen-CACanadian Englishen-GBBritish Englishen-IEIrish Englishen-INIndian Englishen-NZNew Zealand Englishen-USUS Englishen-ZAEnglish (South Africa)es-ARArgentine Spanishes-CLChilean Spanishes-COColombian Spanishes-ESCastilian Spanish (as spoken in Central-Northern Spain)es-MXMexican Spanishes-USAmerican Spanishfi-FIFinnish (Finland)fr-BEBelgian Frenchfr-CACanadian Frenchfr-CH“Swiss” Frenchfr-FRStandard French (especially in France)he-ILHebrew (Israel)hi-INHindi (India)hu-HUHungarian (Hungary)id-IDIndonesian (Indonesia)it-CH“Swiss” Italianit-ITStandard Italian (as spoken in Italy)jp-JPJapanese (Japan)ko-KRKorean (Republic of Korea)nl-BEBelgian Dutchnl-NLStandard Dutch (as spoken in The Netherlands)no-NONorwegian (Norway)pl-PLPolish (Poland)pt-BRBrazilian Portuguesept-PTEuropean Portuguese (as written and spoken in Portugal)ro-RORomanian (Romania)ru-RURussian (Russian Federation)sk-SKSlovak (Slovakia)sv-SESwedish (Sweden)ta-INIndian Tamilta-LKSri Lankan Tamilth-THThai (Thailand)tr-TRTurkish (Turkey)zh-CNMainland China, simplified characterszh-HKHong Kong, traditional characterszh-TWTaiwan, traditional charactersLanguages and language tags Let us now show you how to install a language in Windows 11 using these language tags in Windows PowerShell.

Install Language Packs in Windows 11 using PowerShell

Perform the given steps below to install a language pack using PowerShell: Note: This method is only applicable on Windows 11 Build 22557 or later. You can subscribe to the Dev channel to install this build. To check your operating system’s build, type in winver in the Run dialog box. The language pack will now begin to download and install. This can take a moment. Once it is completed, you will now see the details about the language.Language details

How to Set System Language using PowerShell

Performing the above will only download and install the language pack, but not set it as your display language. To configure the language as your display language, follow these steps: The display language will now change throughout your Windows PC.

Other PowerShell Language Commands

In this language module, Microsoft has also added a few other cmdlets to manage your system’s language preferences. To get a list of the installed languages on your PC, use this: To get the system preferred display language, use this: To uninstall a language, use the cmdlet given below followed by the language tag.

Closing Words

Although you could previously perform the same tasks using the Windows Settings app, that was entirely GUI-based. With this module, users who are more fond of using the Command Line Interface (CLI) can manage their system’s language preferences directly from PowerShell. Also see:

How To Add Users To Administrators Group Using Windows PowerShell2 ways to disable PowerShell in Windows 10How to Always Run Command Prompt and PowerShell As AdministratorHow To Set Up Voice Typing In Windows 11/10How to Change Display Language in Windows 11