Home > MySQL, PHP, Translation > Mysql Translation

Mysql Translation

January 24th, 2012

Hello,

in several mysql tables are data about products, actually product descriptions

the data are in english language, you shall write a php script in which I can choose what tables to translate to another language in utf-8.

it is always the same column but in different tables that have to be translated, the result shall be as following:

original text
empty line
info sentence (that sentence will always be the same)
empty line
translated text

the translation shall be made by l…


Mysql Translation

Comments are closed.
Bear