Summary

Customers have asked for support for multi-lingual reporting. This is on our roadmap but likely won’t be available for many quarters. For those customers looking to support this right away, here are some tools and techniques you can use to accomplish this today!

Getting Started

Video: https://www.loom.com/share/23c07e92bbe640f7a66be71482aadecd

Pull the report via the V2 API

Use the V2 API to pull the report for the proper kit . Be sure to export at html as we have found this format to be the easiest to work with for the translation step.

Use a trusted LLM to translate to your language of choice

Some that have yielded good results:

Optionally open the translated html document and export to PDF

Open the html in a browser and export to PDF. If you wish to automate this you can write some javascript to load the html in a headless browser and convert to pdf.