Hi,
A submission form with a field that includes both a language element and a dropdown input type, as in the following example:
<language value-pairs-name="languages_list">true</language>
<input-type value-pairs-name="dropdown_options">dropdown</input-type>
displays the content of the <input-type> element inside the <language> element, instead of the options defined in the value-pairs-name attribute of the latter element.
Selecting the language for the dropdown option should be possible, as it is with other input types such as onebox.
Peter