views:

74

answers:

0

How can I best use Resource files for each page when doing localization in asp.net mvc2? Is there a naming convention or approach where the framework will automatically detect the correct resources and pull in those values?

Background: I have separate resources working for the entire site, but I would like to be able to split them by page so that the resource files stay smaller and I can re-use keys (such as Title).

Thanks in advance.