How to create a 90 language VOICE translator app with less code

Hey there ....
I want to create a 90 language VOICE translator with less code ....
But I dont know the code blocks
can some one make a app as i asked and send the screenshot ???
Thank you in advance ....

A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles
How to do a lot of basic things with App Inventor are described here: http://www.appinventor.org/content/howDoYou/eventHandling .

Also do the tutorials Our Tutorials! to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

2 Likes

Even though it is useful IT DOESN'T answer my queries and worries ...

Sorry to disappoint you. But that's not how it works here. We are here to help you solve your coding questions. To make a whole project for you, you probably will need to hire someone as most of the people don't work for free.

1 Like

The forum is here to solve the encountered problems and not to create applications for someone else.

Step 1 : Create a parallel list using two global variable. The first list will be the names of languages and the second one will be their corresponding codes.
Step 2 : Set the elements of two list pickers to the list of names of languages ie the first list.
Step 3 : Create a textbox and a label. The textbox will be the input and label will be the output.
Step 4 : Translate using the translator you are using, it is most likely supposed to be Yandex Translate.
Step 5 : Add your own features. You can make certain changes to the UI, add a default language, etc.

1 Like

Ok , Thank you I will try and reply ASAP