up Inquisit Language Reference

language property

The primary language used by the computer.

Member of

<computer>

Syntax

computer.name.language

Read Only

Type

string

Remarks

This property indicates which language version of Windows the computer is running, and thus provides a hint as to the native language of the respondent.

Examples

The following displays the language in a text stimulus:

<text myText>
/ items= ("correct = <% computer.language %>")
</text>

The following displays the language in an instruction page:

<page myPage>
correct = <% computer.language %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.