the idea is that each locale will have it's own views that are linked to the same app. i want to switch to the correct view Clases for the selected locale. here's my logic: if US use the extededView which is declared in the properties file for that locale. if FR use the quickView which is declared in the properties file for that locale. am i thinking about this the wrong way? btw, the views would probably either extend or implement the same parent classes.
Thanks, d

