How to load different RESX files based on some parameter
I have an ASP.NET3.5 (C#) ASPX page that is internationalized in 10 different languages. The page is very complex in its structured with dozens of nested views driven by a state machine pattern. EDIT: I am using the meta:resourcekey syntax in every asp control, which allows to use declarative syntax for Implicit Resource expressions. I have been asked to "brand" the page based on some query string parameter. Branding will mean not just loading different CSS files, but also having different text blurbs (in all languages). Is there an easy way to "swap" resx files without having to get resources