Sorry to butt in, but I believe you can change, or delete it via Control Panel. Same with the keyboard
Hi vienna10,
The option to uninstall is not available.
To find the full name you can use this P.S. command, it will show probably at the bottom of the P.S. list
Get-AppxPackage -allusers | Select Name, PackageFullName
Here is the full name for the English (United Kingdom) Local Experience Pack:
Microsoft.LanguageExperiencePacken-GB Microsoft.LanguageExperiencePacken-GB_22537.1.1.0_neutral__8wekyb3...
Here is the P.S. cmd to remove the en-GB pack:
Get-AppxPackage Microsoft.LanguageExperiencePacken-GB -AllUsers | Remove-AppxPackage