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

The language that the application communicates with the cardholder. It is based on BCP 47 standard. The language must be lowercase and the country must be uppercase. The language and country should be separated using a hyphen (-)

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

The language that the application communicates with the cardholder. It is based on BCP 47 standard. The language must be lowercase and the country must be uppercase. The language and country should be separated using a hyphen (-)

Source
<xs:element name="NTRSDeviceLocale" minOccurs="1" 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. It is based on BCP 47 standard. The language must be lowercase and the country must be uppercase. The language and country should be separated using a hyphen (-)</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="35" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSDeviceDataType Complex TypePosGateway Schema