Reputation: 1959
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
Reputation: 39413
You can use the Data Driven Resource provider from Rick Strahl
Upvotes: 1
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