Translate from English To Arabic

25 vues (au cours des 30 derniers jours)
hanan
hanan le 6 Juin 2011
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.

Réponses (1)

Bob Spolding
Bob Spolding le 10 Août 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.

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by