Goodmorning everyone.
I have a problem managing the language having data that I display in a database. I try to explain myself with a simple example.
I have a table in a database with 3 fields:
- Code
- Description IT
- Description EN
I activate IT and EN in WIX.
I create a page with a Dynamic List where I will show the following fields:
- Code
- Description
Depending on the language (IT or EN), the Description field must be assigned to the IT Description and EN Description fields.
Is it possible to write a programming code within the page with the Dynamic List that solves the above?
I have tried but I see that the query is executed before I can intercede.
As you can imagine it could be very useful!
Thank you all for the support.