up Inquisit Language Reference

languageCode property

The two letter ISO 639-1 code of the default country/region of the current user.

Member of

<computer>

Syntax

computer.name.languageCode

Read Only

Type

string

Remarks

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.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.