Articles from internet, they all do localization base on resource file xxxx.resx
Is there a way we can read resource from database?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ASP.NET resource provider model is extensible – so you can create your own resource provider and factories to get the resources from database. See below articles for more information:
Extending the ASP.NET 2.0 Resource-Provider Model
ASP.NET 2.0: Custom Resource Provider Using Sql Database