How to use google translation API with PLSQL
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 ?
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)
Note:
Oracle Database version : 11.2.0.4
best
Chaker