Hi guys
I'm creating a web application with language support. So i've defined the languages using .resx resource files. After building and compiling the application i get .resources file in the dll file. After delivering the product to the client, the client may want to change some values that has to be displayed in the application. How to give that provision?
Need help!
Thanks