Are you looking to install a new language pack on your Windows 10 device, but don't have an active internet connection? Or perhaps you want to add an extra language to your Windows 10 installation without relying on the online Microsoft Store? Look no further! In this article, we'll walk you through the process of offline installing a Microsoft Windows 10 language pack, including the extra steps required to get it done.
Press the Windows key + X and select Command Prompt (Admin) to open the Command Prompt as an administrator.
dism /online /add-package /packagepath:<path to language pack file>.cab Replace <path to language pack file> with the actual path to the language pack file ( .cab file). For example:
Create a new folder for the extra language pack files.
Use the DISM tool to install the extra language pack. The command is the same as before:
dism /online /add-package /packagepath:<path to extra language pack file>.cab Replace <path to extra language pack file> with the actual path to the extra language pack file ( .cab file).