The primary language used by the computer.
<computer>
computer.name.language
Read Only
string
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 myText>
/ items= ("correct = <% computer.language %>")
</text>
The following displays the language in an instruction page:
<page myPage>
correct = <% computer.language %>
</page>