I have managed to localize the view pages in my application but there are master pages which contain some strings.
It appears that the string contained in master pages has to be added in resource file of each page. this seems horrible. How can I elegantly localize the strings in master pages?
If you don’t want to mess with the access modifier, you could make a helper to simplify the code you have to write in order to access the resource file, something like:
Then in your .master…