Open the Portico Developer Guide site
PosGateway Schema
NTRSDeviceLanguage Element
PosGateway Schema > NTRSDeviceDataType Complex Type : NTRSDeviceLanguage Element
Description

The language that the application communicates with the cardholder.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
NTRSDeviceLanguage optional Restriction of xs:string

The language that the application communicates with the cardholder.

Source
<xs:element name="NTRSDeviceLanguage" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The language that the application communicates with the cardholder.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:minLength value="3" />
      <xs:maxLength value="3" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSDeviceDataType Complex TypePosGateway Schema