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>

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 sometext>
/ items= ("correct = <% computer.languagecode %>")
</text>

The following displays the languagecode in an instruction page:

<page somepage>
correct = <% computer.languagecode %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.