开发者

Database table design for a multi-language dictionary application, any recommendation?

I want to build a dictionary iphone app for my language associated with开发者_高级运维 many different languages. Thus, one word in the original language will have different translations into different languages. Do you have any recommendation for such a database design using SQL? Thanks a bunch guys/gals.

#Database: MySQL
#Language: Python
#Platform: Google App Engine
#Application: multi-language Dictionary


Sounds like one-to-many between the table with the base language Word and another Translation table that would have the language, translated value, and foreign key to the base Word.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜