.resx vs database vs custom solution for providing Localization/Globalization
问题 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.NET, one side pushes for a database driven solution. A third group believes in rolling a custom solution. Of course, each method has its own unique benefits and disadvantages - and we've discussed it over and over, without ever coming to a real consensus. So, I pose it to the community: in your experience, which method