up Inquisit Language Reference

languageId property

Deprecated Replaced by languagecode

The international standard numeric code of the language used by the computer.

Member of

<computer>

Syntax

computer.name.languageId

Read Only

Type

string

Remarks

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

Examples

The following displays the languageId in a text stimulus:

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

The following displays the languageId in an instruction page:

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

Copyright Millisecond Software, LLC. All rights reserved.