Hi everyone, I want to create an app like Duolingo, but I don't know the best approach for storing or even translating English into the target language.
I mean, how can I translate English into Indonesian, Japanese, German, and many other languages? Also, how can I translate other languages into English ?
Currently, all I'm thinking about is creating a table where English words are stored and creating a new table to store translated words. But is my approach correct? What about phrases or even sentences? Is storing words, phrases, sentences, and translations the right approach, or is there another way to do this effectively ?
I'd appreciate if someone would also suggest other aspects, such as caching, high level architecture or other things, to make my app load faster.
[link] [留言]