Are there any performance issues or caveats with resource (.resx) files?

后端 未结 8 1957
遇见更好的自我
遇见更好的自我 2020-12-15 22:16

Resource files seem great for localization of labels and messages, but are they perfect?

For example:

  1. Is there a better solution if there is a huge amo
8条回答
  •  长情又很酷
    2020-12-15 22:20

    I will simply add that you should look for custom implementations (or do you own) of the resource provider (provider model like the membership provider) to store your resources in a database. That's what we did for our CMS, and it's very useful.

    When we first looked for an example back then we found Creating a Data Driven ASP.NET Localization Resource Provider and Editor.

提交回复
热议问题