Which of those languages do you want to choose automatically?
Here is an example of how to have it pick English as the language.
<component name="Microsoft-Windows-International-Core-WinPE" 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">
<SetupUILanguage>
<UILanguage>en-</UILanguage>
</SetupUILanguage>
<UILanguage>en-</UILanguage>
<UserLocale>en-</UserLocale>
<SystemLocale>en-</SystemLocale>
<InputLocale>0409:00000409</InputLocale>
</component>
Add that setting into the windowsPE pass of your answer file.
This post has been edited by Tripredacus: 26 March 2013 - 09:37 AM