Hi, I've found some tutorials for doing localization in asp.net but none was complete enough to do what I want. All my asp.net pages use a MasterPage, so that need to be taken into consideration.
Most tutorial I've found tell me to go in design mode and then tool>Generate Local Resource, but that wouldn't work if the page is in a MasterPage. Second very important point, I make extensive use of javascript and the js files also need localization. I've found this nice tutorial http://www.asp.net/ajax/documentation/live/tutorials/EmbedClientResources.aspx but there are two issues : 1. I don't want to have a separate project for my user control and javacript files. I want the js files to be in my web project. I haven't figured out how to modify this tutorial in order to do everything in the same project. 2. The tutorial doesn't use MasterPage. How would I go to modify it and use MasterPage ? Thanks for helping !
