App Inventor for Multilingual Speech Recognition for Arduino UNO

Good morning sir. I am doing a project related on a Smart multilingual Voice controlled Wheelchair. I am giving the voice commands through the MIT App Inventor through bluetooth module which is connected to Arduino UNO. But, it is working good for English. How to make working with other languages? How to make other languages to be added for voice commands. Will anyone of you please help me in this development of app? Thank you for your kind concern for helping me in advance.

Thank you so much sir. Can it detect the meaning of english word automatically and runs the model according to the given commands sir? Like, forward in hindi "आगे" like that sir. Could it detect automatic meaning of the word and give it to the command "forward"?

I recommend keeping a dictionary or TinyDB of translations to reduce slow translation calls between the speech recognition calls and the Uno message generation.

You would need to keep a few lists as pipelines between stages.

I vaguely remember seeing a similar project on this board, a while ago.

Yes sir. I will do my best to work on these dictionary sir. Thank you so much sir.