Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Sunday, March 17, 2019 3:35 PM
Hi,
I deploy windows 10 Enterprise 1809 in my company with CMCB. My basic ISO is in French and I need to add the language en-US. In my task sequence I tried to add the LP en-US Offline and Online with DISM. The installation is completed successfully but in the language settings, the language en-us does not appear ... I even tried with a manual installation of ISO and DISM, the result is the same. Obviously I'm not the only one to experience this problem with version 1809 ... If anyone has an idea?
Thank you
All replies (8)
Sunday, March 17, 2019 3:38 PM
Greetings!
Did you get a look at:
https://docs.microsoft.com/fr-fr/sccm/core/servers/deploy/install/language-packs
And complement interesting also:
?
Bonne lecture.
Arklenski.
Sunday, March 17, 2019 4:25 PM
Thank you for your reply.
I got the ISO on the vlsc account of my company. I have been deploying OS for a very long time and the command Dism / Online / Add-Package / PackagePath = "Mylangpacks" works very well usually.
My problem is exactly the same as this one
Monday, March 18, 2019 2:25 AM
Hi,
Please check if you find the Windows 10 LP option and set the language to multilanguage.
Reference:
https://www.reddit.com/r/sysadmin/comments/9x173c/windows_10_1809_language_packs/
Note: This is a third-party link and we do not have any guarantees on this website. And Microsoft does not make any guarantees about the content.
Hope these can help you. If you have any questions, please feel free to contact us.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Monday, March 18, 2019 8:04 PM
Hi,
I download the multilanguage ISO for windows 10 enterprise 1809 on VLSC, it's not my problem.
I have Windows 10 x64 Enterprise 1809 FRENCH
I have LIP en-US
I use Dism with no error to add language en-US (Test Online & Offline)
With this command after DISM, I see LP en-US in settings Language but it is not good practice with configuration Manager for 10 000 computers.
PS C:\ $UserLanguageList = New-WinUserLanguageList -Language "fr-FR" PS C:\ $UserLanguageList.Add("en-US") PS C:\ Set-WinUserLanguageList -LanguageList $UserLanguageList
Thank
Monday, March 18, 2019 8:32 PM
suggestion:
after adding LP via this command:
Dism /Image:"C:\mount\windows" /Add-Package /PackagePath="D:\x64\langpacks\Microsoft-Windows-Client-Language-Pack_x64_en-us.cab"
try this command:
Dism /Image:"C:\mount\windows" /Set-AllIntl:en-us
the above will switch the default from fr-fr to be en-us.
if you wish the default to be fr-fr, now switch the default back to fr-fr
I read this on a blog post somewhere but can't recall where. I have not tried this personally.
Don [doesn't work for MSFT, and they're probably glad about that ;]
Thursday, March 28, 2019 9:34 PM
Hi,
thank you for your answer. The solution works but it does not display the languages in settings and let the user choose without launching a command line ...
Tuesday, April 9, 2019 2:36 AM
Hi,
Thanks for your updating!
Please remember to mark the helpful reply as answer.
If you have other question, please feel free to contact us.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Wednesday, February 5, 2020 3:47 PM
did you finally found a way to correctly install the language pack for 1809 so it is being listed to users?
I'm experiencing the same issue
Thanks!