The rules for adding a Language Pack are simple:
1. You must first apply the LP update files to a base image.
2. Reload the updated image.
3. Re-install the latest Monthly Update for this Windows, because the LP install "resets" some of the shared files. If you're installing W11 24H2/25H2, then reinstall the Checkpoint KB5043080 with the current Monthly Update.
Languages Pack add more languages to Windows, but it doesn't change your user profile's default language. You can change it by running a PowerShell command, as in post #1:
Why don't I see new languages in my user account?
Windows doesn't automatically add every installed language to your user profile. A system might have multiple languages, but you don't need every one of them. Instead you can specify your own list of displayed languages.
Run this PowerShell command from Post-Setup (After logon):
1. You must first apply the LP update files to a base image.
2. Reload the updated image.
3. Re-install the latest Monthly Update for this Windows, because the LP install "resets" some of the shared files. If you're installing W11 24H2/25H2, then reinstall the Checkpoint KB5043080 with the current Monthly Update.
Languages Pack add more languages to Windows, but it doesn't change your user profile's default language. You can change it by running a PowerShell command, as in post #1:
Why don't I see new languages in my user account?
Windows doesn't automatically add every installed language to your user profile. A system might have multiple languages, but you don't need every one of them. Instead you can specify your own list of displayed languages.
Run this PowerShell command from Post-Setup (After logon):
| powershell | -nop Set-WinUserLanguageList -LanguageList "en-US, en-GB" -Force |



