The two letter ISO 639-1 code of the default country/region of the current user.
<computer>
computer.name.languageCode
Read Only
string
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 myText>
/ items= ("correct = <% computer.languageCode %>")
</text>
The following displays the languageCode in an instruction page:
<page myPage>
correct = <% computer.languageCode %>
</page>