Jean-Francois
Jean-Francois

Reputation: 1959

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.

Upvotes: 2

Views: 987

Answers (2)

Eduardo Molteni
Eduardo Molteni

Reputation: 39413

You can use the Data Driven Resource provider from Rick Strahl

Upvotes: 1

Clicktricity
Clicktricity

Reputation: 4209

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

Upvotes: 1

Related Questions