The primary language used by the computer.
<computer>
This property indicates which language version of Windows the computer is running, and thus provides a hint as to the native language of the respondent.
The following displays the language in a text stimulus:
<text sometext>
/ items= ("correct = <% computer.language %>")
</text>
The following displays the language in an instruction page:
<page somepage>
correct = <% computer.language %>
</page>