Search code examples
asp.net-mvcdatabaseasp.net-mvc-2globalization

multilingual web site using database


I made a multilingual site using resource files (ASP.NET MVC 2). Now I want to use the database in order to make a page where the user can input the information that will be published on the site. Does this mean that I can no longer use resource files? On the way to keep multilingualism using database?


Solution

  • You should try a custom resource provider. You can then choose what resources come from which sources.

    The following urls might be of use: