The language of the transaction is the one of all emails sent to the participants and the language of the signature page. We currently support 11 languages:
- Bulgarian (bg)
- Catalan (ca)
- Dutch (nl)
- English (en)
- French (fr)
- German (de)
- Italian (it)
- Polish (pl)
- Portuguese (pt)
- Romanian (ro)
- Spanish (es)
The default language is French. If you update the language of a live transaction, the signature page will be updated accordingly, and pending emails will be sent in the newly configured language. All emails already sent will not be re-sent.
Set the transaction language
To set the transaction language when you create a transaction, send a request to POST /v1/transactions
and pass the language
argument in a 2-letter ISO 639-1 format.
curl
https://api.universign.com/v1/transactions \
-d language=en
Update the transaction language
To update the language of an existing transaction, send a request to POST /v1/transactions/transaction{id}
and pass the language
argument in a 2-letter ISO 639-1 format.
curl
https://api.universign.com/v1/transactions/tx_AWo949MOq0JE \
-d language=fr