Hi Everybody,
We are working on a new image with Windows 10 1703 en-US, but now we have a customer who wants the nl-NL languagepack to be installed. What I have done:
- Created an unattended.xml with settings
<InputLocale>0413:00020409</InputLocale>
<SystemLocale>nl-NL</SystemLocale>
<UILanguage>nl-NL</UILanguage>
<UserLocale>nl-NL</UserLocale>
<UILanguageFallback>en-US</UILanguageFallback>
- Created a package for the languagepack
- Created a MDT task sequence step to install the offline languagepack
Started the deployment, languagepack seems to be installed alright, but when the machine boots up, only the date/time are in Dutch. So the display-language is still in English.
After that I installed the Dutch languagepack via lpksetup.exe, rebooted the machine and now everything is in Dutch.
It seems that Windows 10 is trying to contact Windows Update to search for the display language packages, but Windows Update is blocked, because everything is going via SCCM.
Any advice is very welcome on how to install this on the right way.