C# – ASP.NET MVC 2 Localization/Globalization stored in the database

asp.net-mvccdatabaselocalization

I've been searching for a while for a good example of localizing an C# ASP.NET MVC 2 application but storing the data in the database instead of .RESX files. Unfortunately I've had no luck finding a good example and was hoping someone else may know and could point me in the right direction?

Many thanks for any help/advice/articles

Best Answer

Resource provider model:

http://msdn.microsoft.com/en-us/library/aa905797.aspx

Scroll down to the section titled Building a Database Resource Provider.