LogoLogo
SupportChangelogAPI ReferenceStatus
Distributor API
Distributor API
  • Welcome
  • Getting Started
    • Functionalities
    • Integration Process
      • Implementation Guide
    • OCTO & Prioticket
      • Feature Comparison
    • Postman & Interactive Documentation
    • Connect Once, Reach the World
      • Featured Suppliers
        • Supplier Overview Europe
        • Supplier Overview Americas
        • Supplier Overview Middle East
      • Featured Resellers
    • Statement on API Excellence
    • Frequently Asked Questions
  • Key Concepts
    • Product Structure
      • Product types and classes
      • Admission types
      • Extra Options
      • Pickup Points
      • Combi, Clusters, Bundles & Addons
        • Cluster
        • Combi
        • Addons
        • Bundle
    • Availability and Capacity
      • Availability
      • Capacity
        • Shared and Allocated Capacity
      • Availability API
    • Pricing Guide
      • Who are you?
      • Configurations
      • Variable Pricing
      • Dynamic Pricing
      • How It All Comes Together
    • Booking Logic
      • Cart Management
      • Payments
      • Cancellation & Refunds
      • Booking Questions
    • Additional Capabilities
      • Locations, Destinations and Categories
      • Recommendations
      • Promotions
      • Webhooks
      • Translations
    • Technical Concepts
      • Authentication
      • Idempotency
      • Rate Limiting
      • Timeout Handling
      • Error Handling
      • API versioning
      • Pagination
      • Formats
      • Headers
      • Caching
  • Endpoints
    • About
    • Authentication
    • System
    • Products
      • Stock
    • Availability
    • Reservations / Cart
      • Promocodes
    • Orders
      • Email & Vouchers
    • Payments
    • Contacts
    • Notifications
    • Models
  • Resources
    • Release notes
    • Roadmap
    • Postman
    • Swagger
    • Changelogs
      • Parameter Changelog
    • API Specs
      • V3.8 (Latest)
      • V3.7
      • V3.6
      • V3.5
    • Support
    • Certification
  • Status Dashboard
Powered by GitBook
On this page
  • Multilingual Content Support
  • Product Content
  • Supported Languages
  • How to Request a Different Language

Was this helpful?

Export as PDF
  1. Key Concepts
  2. Additional Capabilities

Translations

Multi Language Support

Multilingual Content Support

Our API fully supports multilingual content, allowing you to provide content in multiple languages for your products.

Product Content

The translatable content for each product is stored within the product_content object. By default, the API returns content in the default language of the product, which is typically English.

Supported Languages

If you'd like to retrieve the content in a different language, you can find the available languages for a specific product within the product_content_languages array. This array contains the language codes for all supported languages for that product.

How to Request a Different Language

To request content in a specific language, simply include one of the language codes from the product_content_languages array in your request. Add the language code to the URL as follows:

&product_content_language={language_code}

This will allow you to retrieve product content in the desired language.

PreviousWebhooksNextTechnical Concepts

Last updated 13 days ago

Was this helpful?