Translate from English To Arabic

26 views (last 30 days)
hanan
hanan on 6 Jun 2011
Answered: Bob Spolding on 10 Aug 2022
I tried to translate text from English to Arabic using following code:
url = 'http://ajax.googleapis.com/ajax/services/language/translate'; page = urlread(url, 'get', {'v', '1.0','q', 'Hello', ... 'langpair', ['en' '|' 'ar']});
but the result will be page =
{"responseData": {"translatedText":""}, "responseDetails": null, "responseStatus": 200}
Please help me to solve this problem.

Answers (1)

Bob Spolding
Bob Spolding on 10 Aug 2022
I can't find the error in the code. It worked for me. If you have not yet found a solution to the problem, then it is better to ask someone else or try to replace this section of code. If you need translation of video materials, then contact Vidby https://vidby.com/ for help. Their algorithm allows you to quickly make machine translation and voice acting in different languages.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!