User-1431389240 posted
Hi,
I am developing Multilanguage support for my web application I am using
.Net 3.5.
I have a requirement in which, I need to update the language text directly without recompiling the solution and the language translators should be able to able to easily update the file(don’t want to use satellite assemblies feature as well)
I am thinking of using a XML file to store the language(Instead of resource file) text so that it can be updated directly.
Can anybody provide suggestions on what is the best approach to implement the above solution
Thanks in advance