Multilingual Database with Entity Framework 4 Guidance
问题 We are creating a large e-commerce database that needs to allow for data in multiple languages. For example, the product table will need one or more translations for Name, Description, MetaTitle, MetaKeywords, MetaDescription and so on. There are several ways to accomplish this from a relational database design standpoint. But Entity Framework 4 adds a few constraints and performance is a big concern. Similar issue as in Multilingual Database Design Here is an example set of tables we are