Search code examples
asp.netasp.net-mvc-2localizationglobalization

asp.net MVC 2 Database localization. Multilang app


I have a multilanggual website. I would like to store Locatilzation in database instead of ressource file.

If somebody has good tutorial or documentation about that, I appreciate to access these doc.


Solution

  • The best place to start is http://msdn.microsoft.com/en-us/library/aa905797.aspx I have followed this process in a number of projects very successfully