Hi friends,
I'm working on asp.net application which will be delivered to the customers in release. But I want to allow the users to add new languages for the asp.net app.
Unfortunatelly, Adding of a new .resx file to the app requires to recompile the whole project. Is there other way how to allow the customers to add new language without recompile the app ?
Thanks in advanced for all replies :)