Jump to content


nry

Have 'UK English' installed and not US?

Recommended Posts

I ran through the PXE guide and the MDT guide for SCCM 2012 and it worked nicely, however I was at a loss to find a UK language option as the default install option.

 

Given we are in the UK where I work, and we don't want to have to go round manually on each deployed computer/laptop and set this after install, how would I go about adding and making the UK language be installed and be the default?

Share this post


Link to post
Share on other sites

I am also looking for a way of changing the default language of deployed operating systems. Or even changing the capture media to capture the language choice of the target OS (currently it changes the language back to en-US on capture).

Any help would be most appreciated.

 

thanks,

 

Jake

Share this post


Link to post
Share on other sites

Well, since you have MDT 2012 already installed you are ready to go. Make sure you have checked the "use unattended sysprep answer .." step in the apply OS step. Also make sure the unattended.xml is valid for your system architecture (x86, x64)

Edit your personal customsettings.ini in the settings package of MDT and add these variables.

 

OSDSystemLocale="en-GB"

OSDInputLocale="en-GB"

OSDUserLocale="en-GB"

OSDUILanguage="en-US"

OSDUILanguageFallback="en-US"

 

Assuming you have created a MDT2012 client task sequence,activate the "process local data and process rules" option in your "gather" steps. Chose the cusomsettings.ini from your settimgs package.

You should also have already an "configure" step in your task sequence, which will actually modify the unattended.xml and apply you language settings.

Share this post


Link to post
Share on other sites

I have integrated MDT but am using the standard SCCM task sequences for deployment. I have checked "use unattended sysprep answer .."

I have created an unattend.xml file as follows:

 

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="oobeSystem">

<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<InputLocale>%OSDInputLocale%</InputLocale>

<SystemLocale>%OSDSystemLocale%</SystemLocale>

<UILanguage>%OSDUILanguage%</UILanguage>

<UserLocale>%OSDUserLocale%</UserLocale>

</component>

</settings>

<cpi:offlineImage cpi:source="catalog:e:/sources/install_windows 7 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

</unattend>

 

the variables are specified in the collection.

 

the Task sequence runs correctly but the language and keyboard remain as en-US, and there is nothing in the logs that helps.

 

Am I missing something?

Share this post


Link to post
Share on other sites

Thanks for getting back to me.

even if I remove the variables and have the region settings manually input into the unattend.xml, such as:

<InputLocale>EN-UK</InputLocale>

 

It still doesn't apply them. I am deploying in a couple of weeks and dont really want to change all of my task sequences this late on!

Share this post


Link to post
Share on other sites

These are the settings I'm using in unattend.xml - I'm not using MDT though - just straight into the WAIK. This works for me.

 

<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<InputLocale>0809:00000809</InputLocale>

<SystemLocale>en-GB</SystemLocale>

<UILanguage>en-GB</UILanguage>

<UserLocale>en-GB</UserLocale>

</component>

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.