i need to translate one english data table content to japanese language. I have one table one DB called A and i need to table data to be translated to japanese and stored in table into another DB called B.
i just need to know tht is it posssible to do this. if yes plz give me some hint on that.
Thanks,
vimalHi,
Of course, to do this accurately, you'll need a human translator or translators to rewrite the English text in Japanese. You'll need to make sure that the Japanese version of the table has text fields of a data type that can hold Japanese language data (e.g. nvarchar) and that those fields use a Japanese collation if that is appropriate.
Eric