Speech Recognition from Thunkables 'say' command

I’m attempting to create a japanese translator, and all of that works well. The main challenge is that I do not want japanese symbols as the translated item but instead would like the english version of the translated text. For example Hello = Konichiwa as opposed to the japanese characters the speech blocks use. I tried using the speech recognition blocks to write into a text block what the translator was saying but was returned with a ‘null’.

Hi leist.nik7, welcome to Thunkable! :tada:

Be sure to check out How to ask Great Questions v2.0, the Community Guidelines, and our Getting Started Guide to make the best of your Thunkable Community experience!

To translate from the Japanese symbols to English text, you may first need to use an API to translate the characters into English. Or maybe use ChatGPT to do this?