Multi language database

When I am showing information in the frontend, which reads directly from my databases, how can I apply the multi language and translate the showed information into the selected language?

Example:

User uploads a product to my application, with a description of the product. When I show the product on my website, I would like to show the product description in the selected language.

Using App Text is useful for any app texts that I have created for this app, but not for when I display information written by my users, stored in the database.

1 Like

We don’t have any built-in options for automatically translating user-provided data, so you may need to either explore plugin options or have users provide this information in multiple languages to appropriately display to all your users.