Results 1 to 2 of 2

Thread: Internationalization in Spring Web Flow

  1. #1
    Join Date
    Mar 2010
    Posts
    2

    Default Internationalization in Spring Web Flow

    I am working on an application modeled on spring-faces sample project using SWF 2.0.8. I want to configure the application for internationalization support such that
    a) User selects a locale on the login page (e.g. from a dropdown), and all subsequent pages show in the selected language.
    b) User's selection is saved as a cookie for subsequent visits.

    Can someone tell how it's done in SWF?

    Thanks for your help
    Atif

  2. #2
    Join Date
    Nov 2008
    Posts
    742

    Default

    It's not very well documented in the SWF reference guide (probably because the functionality is provided by Spring MVC), and I haven't done this with my projects personally, so I can't help too much here.

    I can tell you to perform a search of the SWF forums for "locale". Most of the threads are relevant, but I suspect that these two will probably help you out the most.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •