How to add several values for InputLocale? (multiple keyboards)

ijk2

New Member
How to add several values for InputLocale (Unattended section), for example:

XML:
<component name="Microsoft-Windows-International-Core">
                <InputLocale>en-US; ru-RU; lt-LT</InputLocale>
 
<component name="Microsoft-Windows-International-Core">
<InputLocale>en-US</InputLocale>
<InputLocale>ru-RU</InputLocale>
<InputLocale>lt-LT</InputLocale>

isn't this working
 
This cannot be done through the interface :)
And yes, it doesn't work - in autounattend.xml InputLocale is absent.
Also, the MS specification says that multiple values should be listed separated by semicolons.
 
NTLite won't create any XML lines for you, until the required fields are filled.

I'm assuming you left them blank because you couldn't select multiple values. Pick a placeholder, then edit the XML.
You're probably right it's not expecting multiple locales.
 
Interesting, will consider adding multi-select option there, it's just a question of how flexible the UI control is.
Until then, yes, pick the default one and add the rest manually.

If anyone else wants this, please reply, so I know it's worth the effort.

Thanks.
 
Back
Top