Hello
Here are some potential solutions that might help:
1.Perform a Clean Boot: This can help eliminate software conflicts that occur when you install a program or an update.
2.Temporarily Disable Security Software: Sometimes, security software can interfere with installations.
3.Enable Power High Performance Settings: This can sometimes resolve issues with installations.
4.Run System File Checker (SFC): Open Command Prompt as an administrator and type sfc /scannow.
5.Run DISM: Open Command Prompt as an administrator and type DISM /Online /Cleanup-Image /RestoreHealth.
6.Install Language Pack Manually: You can try to manually install the language pack using the lpksetup.exe command or the Dism /online /Add-Package /PackagePath:<path to language pack> command.
[Cannot configure a language pack for Windows Server 2019 Desktop Experience - Windows Server | Microsoft Learn](https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Ftroubleshoot%2Fwindows-server%2Fshell-experience%2Fcannot-configure-language-pack-windows-server-desktop-experience&data=05%7C02%7Cwesleyl%40wicresoft.com%7Cd501f954189f4f6b0f8e08dc4f29dc12%7Cb2ae8dd9097749768706861b488b1512%7C0%7C0%7C638472288449647607%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=HfK5i9WqnbZgbnKlCo7ymwZ%2Bqv4eadq1FK6Rapl%2Fivo%3D&reserved=0"原始 URL: https://learn.microsoft.com/en-us/troubleshoot/windows-server/shell-experience/cannot-configure-language-pack-windows-server-desktop-experience。如果你信任此链接, 请单击或点击。")
7.Use PowerShell: You can use the Install-Language cmdlet in PowerShell to add a language to a running Windows installation.
[Install-Language (LanguagePackManagement) | Microsoft Learn](https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fpowershell%2Fmodule%2Flanguagepackmanagement%2Finstall-language%3Fview%3Dwindowsserver2022-ps&data=05%7C02%7Cwesleyl%40wicresoft.com%7Cd501f954189f4f6b0f8e08dc4f29dc12%7Cb2ae8dd9097749768706861b488b1512%7C0%7C0%7C638472288449663406%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=TdttneuwVRuxIMYDSZ79ul%2FNHcgvVINdFL8DLETV9oc%3D&reserved=0"原始 URL: https://learn.microsoft.com/en-us/powershell/module/languagepackmanagement/install-language?view=windowsserver2022-ps。如果你信任此链接, 请单击或点击。")