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 the following languages:
- French (
fr) - Catalan (
ca) - Dutch (
nl) - English (
en) - German (
de) - Italian (
it) - Norwegian (
no) - Polish (
pl) - Portuguese (
pt) - Romanian (
ro) - Spanish (
es) - Swedish (
sv)
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
