Skip to main content

Translations

The following routes are available for get translation:

GET /api/v1/languages-translation

Url with params /api/v1/languages-translation?user=user&password=password&object=xxx_webshop

  • tables: api_languages, api_messages
  • body: none
  • query:
    • user: string
    • password: string
    • object (optional): string
Response Translations
[
{
"LanguageNr": "1",
"LanguageName": "Deutsch",
"LastUpdate": "2019-10-10 11:03:21",
"Version": "",
"Activated": "1",
"ISOCode": "DE",
"translations": [
{
"Label": "cart.add_discount_code",
"Object": "xxx_webshop",
"LanguageNr": "1",
"Message": "Rabattcode einlösen",
"LastUpdate": "2024-01-22 17:08:32"
}
]
},
{
"LanguageNr": "2",
"LanguageName": "Français",
"LastUpdate": null,
"Version": null,
"Activated": "-1",
"ISOCode": "FR",
"translations": [
{
"Label": "cart.add_discount_code",
"Object": "xxx_webshop",
"LanguageNr": "2",
"Message": "Utiliser le code de réduction",
"LastUpdate": "2024-01-22 17:08:32"
}
]
},
{
"LanguageNr": "3",
"LanguageName": "English",
"LastUpdate": null,
"Version": null,
"Activated": "-1",
"ISOCode": "EN",
"translations": [
{
"Label": "cart.add_discount_code",
"Object": "xxx_webshop",
"LanguageNr": "3",
"Message": "Redeem discount code",
"LastUpdate": "2024-01-22 17:08:32"
}
]
},
{
"LanguageNr": "4",
"LanguageName": "Español",
"LastUpdate": null,
"Version": null,
"Activated": "0",
"ISOCode": "ES",
"translations": []
},
{
"LanguageNr": "5",
"LanguageName": "Italiano",
"LastUpdate": null,
"Version": null,
"Activated": "-1",
"ISOCode": "IT",
"translations": [
{
"Label": "cart.add_discount_code",
"Object": "xxx_webshop",
"LanguageNr": "5",
"Message": "Riscuotere il codice sconto",
"LastUpdate": "2024-01-22 17:08:32"
}
]
}
]