.resx vs database vs custom solution for providing Localization/Globalization

后端 未结 5 1820
北海茫月
北海茫月 2020-12-14 06:19

At my office, we have had a long-standing debate about Localization/Globalization and how to handle it. One side pushes for the Resource (.resx) file route built in to ASP.N

5条回答
  •  [愿得一人]
    2020-12-14 06:45

    using resx is the best approach for some static values that needs not to be manipulated via UI of the app but if your values needs to be updated DB driven would be the best for it. For me its still a case to case basis. But one of the blogs I have seen in the internet made the resx files updateable via user interface.. http://sandblogaspnet.blogspot.com/2009/11/updating-resource-file.html.. hope this would help you.

提交回复
热议问题