So i want to make an app that when i type in animal name in English and the result came back in Japanese

yeah just like the topic.

like i want when i type specific word and it show specific word also
example. i type "cat" and it show "neko is cat in japanese!" not like a translator thingy or "dog" and "inu is dog in japanese!" like this

but i dont really know how to make it, please help :sob::sob:
i already list it like this but idk if its correct or not

image

Use the Translator component ?

ja is for Japanese, en is for English.

This appears to return a japanese character, though, not an "english" word...

image

image

You might try also using TextToSpeech but you may need to add some language packs?

oh ill try! this is easier than mine :sob::sob: ty so much

btw is there anyway to like.. add more label to english word? in ur pic its show neko but in japanese, but i want to add it like "neko" the romaji thing

+++ :pray::pray:

I am not sure this is possible with existing AI2 tools (hope to be proven wrong). You may need a translation api that provides this, which will be at a cost.

oh my :sob:

or can it be like when i type "cat" and it show "neko is cat in japanese!" not like a translator thingy or "dog" and "inu is dog in japanese!" like this instead tho

You could build your own list of pairs, using the japanese character and the written pronunciation...this would take you some time, though...

i already did tho but i dont know how to code block and show up like that :sob:
animal name in english and japanese pronunciation

Two methods:

list of pairs
image

dictionary

You might try something like this:

[Q]Translation into Japanese with pronunciation text - #2 by SteveJG :thinking:

ohh ty so much! again :pray::pray:

i tried it and have it some bug that i cant even figure it out so :skull::skull: