The two letter ISO 639-1 code of the default country/region of the current user.
<computer>
This property indicates the default language of the current computer user (for example, "en" for English, "jp" for Japanese). See the ISO 639-1 standard for a complete list of language codes.
The following displays the languagecode in a text stimulus:
<text sometext>
/ items= ("correct = <% computer.languagecode %>")
</text>
The following displays the languagecode in an instruction page:
<page somepage>
correct = <% computer.languagecode %>
</page>