Ive created a Windows 7 Ent x86 Image and added the language packs I've needed using DISM. When deploying the image using MDT 2012 it prompts me to select a language (one of the four that is in the images).
I have these settings in my CS.ini
SkipLocaleSelection=YES
KeyboardLocale=0809:00000809
UserLocale=en-GB
UILanguage=en-GB
Ive also updated the Unattended.xml file with by Adding the Microsoft-Windows-International-Core component to apply settings during the specialize and oobeSystem configuration passes. Setting them as the same above
Does anyone know how to automate this, bypass this setting and set it to en-GB
Thanks in advance