Where to put my siteLanguage parameter (cross cutting concern?)
In my project every page is translatable in several languages. For that purpose, I pass a sitelanguage parameter to each action. My custom base controller class catches this "siteLanguage" parameter and takes care of the further translation logic. This works allright, only thing is now I have to add a string called sitelanguage to every...