Localized tables and Entity Framework

前端 未结 2 1732
醉话见心
醉话见心 2021-02-08 15:27

I have a scenario where I need to localized values of objects in my database.

Let\'s say you have an application that can create animals, if the user is english the valu

2条回答
  •  失恋的感觉
    2021-02-08 15:58

    I'm not sure you'd want to do this in the database. I think it would be more sensible to use a configuration file or resource that defines Culture-specific names.

    You might also check Microsoft's documentation on internationalization and localization.

提交回复
热议问题