Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Translation of MySQL data in 6 different language

I have 20K record in 1 Table of MySQL DB

This table is having a Description column and 6 different columns as TLang1, TLang2, Tlang3....

I have to translate the data in Description column in 6 Different Languages and insert them in TLang1, TLang2, Tlang3.... columns in the same row.

What approach I can use to do this since the current approach is taking too long.

0 3 801
3 REPLIES 3