HubDB in multiple Languages

Hi!

We are currently building a site with multiple language support. This is working great for all the pages that are controllable through the page editor with a seperate URL. We have a page where the majority of the information is being filled from a HubDB table. Is there a way to have language support on this page like the rest of the pages? Would this call for a seperate HubDB table with translated versions?

Thanks,

Katie!

Hi @KWallace7,

Yes, currently this would require a separate HubDB table with the translated versions.

Another approach would be to build additional columns into the existing table and use those for the translated content, then have a cloned version of the module that pulls in the translated columns. If there is a lot of infrmation and many languages, it could get quite messy in a single HubDB table, so separate tables may be easier to manage.

Gotcha thank you! We will most likely at this time go with multiple HubDB Tables