PL/SQL using google translator
Hi All,
we have oracle 10g 10.2.0.4 version.
we have a requirement wherein we need to pass a description in english and translate it to some 10 languages. For example we will be passing a word HELLO and i need to get it translated it into french,spanish,italian,german,finnish,polish,greek etc.,
Is there any way in PLSQL to do this? we already did some googling and found some topics on this. But couldnt understand those clearly.
So is there any way which exists already to do this? Or can we do this translation within database itself? like no need to disturb google translator instead use nls_lang in our db?
Regards,
Paul