Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use google translation API with PLSQL

ChakerOct 6 2015 — edited Oct 6 2015

Dear colleagues,

is it possible to create a PLSQL script, so I can run it from the database to translate an input text from one language and receive an output text into another language ?

How to use google translation API with PLSQL

The idea is I want to translate a text filed saved into a database table from English to Arabic language but dynamically (using a PLSQL API)

example

Function  XXX.translate(p_text varchar2, source_lang varchar2,destination_lang varchar2) return varchar2

Note:

Oracle Database version : 11.2.0.4

best

Chaker

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 3 2015
Added on Oct 6 2015
7 comments
1,828 views