This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Localizationpmuir Jun 15, 2007 9:10 AM (in response to jeneric)You should be able to do this using a page action <page view-id="*" action="#{foo.initLocale}" />@RequestParameter String locale; public void initLocale() { if (locale != null) { // Set the locale } }
- 
        2. Re: Localizationjeneric Jun 15, 2007 10:48 AM (in response to jeneric)Thanks - that worked perfectly! 
 
    