Deprecated Replaced by languagecode
The international standard numeric code of the language used by the computer.
<computer>
computer.name.languageId
Read Only
string
This property indicates the language of Windows the computer is running, and thus provides a hint as to the native language of the respondent.
The following displays the languageId in a text stimulus:
<text myText>
/ items= ("correct = <% computer.languageId %>")
</text>
The following displays the languageId in an instruction page:
<page myPage>
correct = <% computer.languageId %>
</page>