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!
Video: https://www.loom.com/share/23c07e92bbe640f7a66be71482aadecd
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.
Some that have yielded good results:
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
.