How to Reinstall Windows 10 Language Pack

How to Reinstall Windows 10 Language Pack through Settings and (cmd) Command Prompt and PowerShell.

How to Reinstall Windows 10 Language Pack

Microsoft’s Windows 10 is widely used by zillion users across the globe. There is a wide range of features that made this operating system popular and therefore it supports most of the languages. Though quite a few of them don’t prefer to change the default display language, in certain scenarios, the need to change or remove them occurs. So this article covers up the procedure to Reinstall Windows 10 Language Pack where different methods to remove them are listed.

Due to certain conditions like metered connection, some of the additional features of the pack fails to download and install. In addition, some users prefer to use multiple languages for work and life separately. Depending on different circumstances, the need to Reinstall Windows 10 Language Pack occurs. In simple terms, first, uninstall the pack from the system and then install it again.

Reinstall Windows 10 Language Pack

How to Reinstall Windows 10 Language Pack –

Uninstall Language Pack

There are multiple ways to uninstall a language pack in Windows 10 and they are as follows –

1] Through Language Settings

  1. Fire up Start menu and click cog icon to access Settings.
  2. Select Time & Language category.
  3. Choose Language subsection on the left sidebar. Switch to the right pane and first select an alternative display language before removing the current one.
  4. Click on the language pack you prefer to uninstall and hit Remove.
How to Reinstall Windows 10 Language Pack Image 1

2] Use Windows PowerShell to Reinstall Windows 10 Language Pack

  1. Perform a right-click on Start icon and choose Windows PowerShell (Admin) from Win+X menu.
  2. Click Yes on the prompt of User Account Control.
  3. Once the blue window opens up, insert the following command to see the list of installed languages.

Get-WinUserLanguageList

  1. Go through the language packs and write down the value of the “language tag” for the pack that you wish to remove.
  2. Execute the following commands separately and ensure to hit Enter after each. In the second command, replace “LANGUAGEATG” with the tag value that you noted in the above step (see below snapshot).

$LangList = Get-WinUserLanguageList

$MarkedLang = $LangList | where LanguageTag -eq "LANGUAGETAG"

$LangList.Remove($MarkedLang)

Set-WinUserLanguageList $LangList -ForceĀ 

How to Reinstall Windows 10 Language Pack Image 2
  1. After successfully running the above commands, close PowerShell and launch Settings app.
  2. Go to Time & Language.
  3. Navigate to Language and on the right pane, you will see the language pack deleted.

3] Via Elevated Command Prompt

  1. Type in “cmd.exe” on taskbar search, hover over Command Prompt and click Run as administrator.
  2. Click Yes on the UAC popup to launch elevated Command Prompt.
  3. Copy/paste or type the below command and hit Enter.

Lpksetup /u

  1. Install or uninstall display languages wizard will throw up on the PC screen.
  2. Select the language you wish to remove and click Next.
  3. The Language pack will start uninstalling and once the system asks to reboot, hit Restart now for the changes to be effective.

Install Language Pack

After successfully removing the language pack using any of the methods mentioned above, its time to Reinstall Windows 10 Language Pack.

  1. Press the key combination “Winlogo+I” to open Windows Settings app.
  2. Navigate to Time & Language.
  3. On the available subsections at the left pane, select Languages.
  4. Shift to the adjacent pane and click Add a language button (see screenshot).
Add preferred language in Windows 10 Image 3
  1. In the box that pops up, a list of language packs will appear for a user to download, install, and use. Select the preferred language and click Next as shown in the below picture.
Choose language pack in Windows 10 Image 4
  1. On the following screen, ensure to select the checkbox of Install language pack and click Next.
Install Language Pack in Windows 10 Image 5
  1. The pack will start downloading and can use it as default Windows display language as well.
    To install more features like handwriting, speech recognition, basic typing with spell-checking, text-to-speech click Options button of the language pack.

Hopefully, by the end of this article, you would be able to Reinstall Windows 10 Language Pack pretty effortlessly. More tips are welcome, just drop them in the comments section.

That’s all!!!

Sharing is caring    Share Whatsapp

 
Topics:  Windows 10
  
About Sunita
Love to play with Windows 11 and 10. Suggestion - Going for Registry change or system files edit then remember to take a backup or create a restore point before Starting.