Changing the UI Language
The uiLang property of uiCustomData allows you to set the language for UI elements in your payment page. The following values are supported:
engfor Englishhebfor Hebrewarafor Arabicrusfor Russian
<paymentPageData>
<ppsJSONConfig>
{
"uiCustomData": {
"uiLang": "heb"
}
}
</ppsJSONConfig>
</paymentPageData>The default UI language and the language used in XML responses can also be set using the language element higher up in the request properties, although at that level you can only set ENG for English or HEB for Hebrew:
<ashrait>
<request>
<version>2000</version>
<language>ENG</language>
...
</request>
</ashrait>If both language and uiLang are set to different values, then the language defined by uiLang takes precedence.
Last updated
Was this helpful?