MDRUGB

Languages

API reference / General provisions / Languages
Changed: 08.04.2023 02:53

Document languages

The llanguage parameter specifies the language in which the order/invoice is created.

The language of the site is usually used, if you create an order on the site,
or the customer's preferred language if you are creating an invoice/order in your accounting system.

You can use a "short" notation, for example "ro" is a two-letter code according to the standard: Language Codes - ISO 639-1
"long" notation accepted in web technologies, for example "ro-RO".

Comment
The e-Cont.md system supports three languages:
- ro (ro-RO) - Romanian / Moldavian
- ru (ru-RU) - Russian
- en (en-US) - English

The language parameter is used in the connect object - required in every request:

{
    "connect": {
    "client": "{{ client_token }}",
    "token": "{{ access_token }}",
    "language": "ro-RO"
  },
 ...
}