R
Ruben Requena
Guest
Hi!
We are trying to set up a second language on our Windows 10 machines (1909 version).
Native one is spanish and want to set up en-US.
We install the language pack with "dism /online /add-package /packagepath" for the .cab and "add-appxpackage" for the .appx one.
After that, the language pack not shows in "Windows dislpay language" list.
Add it to the list with :
"$A=Get-WinUserLanguageList" "$A.Add("en-US")" "Set-WinUserLanguageList $A -force"
After that, i can select English in the language list, but after logoff/logon, only things like date are changed, but display language still spanish no matter what i try.
Is a known issue for that 1909 version?
Thanks!
More...
We are trying to set up a second language on our Windows 10 machines (1909 version).
Native one is spanish and want to set up en-US.
We install the language pack with "dism /online /add-package /packagepath" for the .cab and "add-appxpackage" for the .appx one.
After that, the language pack not shows in "Windows dislpay language" list.
Add it to the list with :
"$A=Get-WinUserLanguageList" "$A.Add("en-US")" "Set-WinUserLanguageList $A -force"
After that, i can select English in the language list, but after logoff/logon, only things like date are changed, but display language still spanish no matter what i try.
Is a known issue for that 1909 version?
Thanks!
More...