what is resource file and why we use resource file
what is resource file and why we use resource file in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akkiraju IvaturiPosted Sep 14, 2012, 11:26 AM
http://www.c-sharpcorner.com/uploadfile/prasham/resource-files-in-Asp-Net-2-0/
This is a good article to understand resources.
RanjithKumar chiguruvadaPosted Sep 14, 2012, 11:04 AM
Resource File:Resource file is a xml file that contains strings and other resources.
Use: you may have an application which support multiple language in that case you can have a resource file.it used to store user interface strings that must be translated into other languages.