Nice effort, but I can see a lot of errors:
1: Since Hindi is spelt Hinoi, the app crashes because it can’t find any language Hinoi. I presume you’ve used the blocks:
When List_Viewer1 item click
from translator1 set language to item.
The translator can’t find any language. So, first change Hinoi to Hindi, and also prepare the app for errors, by using an if error block.
2: When I type What is your name and set it to Telugu, it translates it to What is your name.
3: When I translate something to a language which has a script other than English letters, it doesn’t say anything in the text-to-speech even though my Audio is on in the app and my computer.
4: All your information in the info screen is placed in a text_input (that is not exactly good for UI), and that is quite hard to scroll. Secondly, since it is in an input, users can change the text. Go to your input’s properties, go to advanced, and scroll down.
It will probably look like this:
Set EDITABLE to false.
5: When the text-to-speech is saying anything, it is unrecognizable.
When I typed What is your name? and set it to Spanish, it said:
Kyu al ee es tuh nuhmbreh (spellings based on pronunciation).
Other than that, it is a great app.
Keep Thunking!
@codeswept