Skip to main content

Windows 10 Language Pack

· One min read

Install Language Online

Using GUI

  • WindowsSettingsTime & LanguageLanguageAdd a language

Using PowerShell

Install-Language [-Language] <language>
Install-Language en-US

Change language

Set-WinUserLanguageList  [-LanguageList] <language[, ...]>
Set-WinUserLanguageList en-US

Install Language Offline

Use one of the following methods to download language pack

Install the Microsoft-Windows-Client-LanguagePack-Package_*.cab with lpksetup.exe (GUI)

If lpksetup.exe installation fails, use dism.exe to install:

Ref: Install or Remove Language Packs

dism.exe /online /Add-Package /PackagePath:<full path to the cab file>
dism.exe /online /Add-Package /PackagePath:C:\LP\Microsoft-Windows-Client-LanguagePack-Package_en-us-amd64-en-us.cab