Dear expert,
I have a question about silang component, can i translate data from database, all data is store in data database field, and show in the DBgrid, how can i translate it, when i can connect to database, the data is auto fill in the grid, so i can not translate it. Is there any solution for this??
Many thanks.
Translation data from Database
Hello,
There is no easy and direct solution for this. You can try the following:
1. Read data from database to some memory dataset.
2. Duplicate it and fill the duplicated memory dataset with translated data.
3. Assign your DBGrid datasource to this translated dataset.
Hope this helps.
There is no easy and direct solution for this. You can try the following:
1. Read data from database to some memory dataset.
2. Duplicate it and fill the duplicated memory dataset with translated data.
3. Assign your DBGrid datasource to this translated dataset.
Hope this helps.
Best regards,
Igor Siticov.
Igor Siticov.