Instead of posting the received text to a Label.Text, post it to a Textbox.Text to allow you to feed the translator independently of received text (hand typing.)
Has the translator ever worked for you?
How do you know your target language codes are suitable for the translator?
Also, Spinners are fussy about their first Element.
I prefer List Pickers.
i do not want to enter the text manually, basically the idea is to automatically translate the output from the label (which is coming from arduino) hence another label.
I have a question though. So in my existing translation blocks, the text that my arduino is sending,is it essentially stored in my variable called "Received_data"?
because I feel I may have wrongly been calling the mere label instead of the variable so just want to confirm. Please check my .aia file one more time and let me know,please. app_iA (2).aia (305.3 KB)
You are still missing the event that catches the translation on its way out of the translator.
Also, I can't make head or tail of the difference between Label2 and Label3.
Maybe if you renamed those to something that includes the component type and its purpose, like
lblLanguage
and lblResponse
and lblTranslationResult.
Yes, you need 3 labels to figure this out.
By the way, I can only read English, and the Blocks Editor can't translate block texts for me.