-
Mar 5th, 2010, 02:29 PM
#1
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
-
Mar 5th, 2010, 05:54 PM
#2
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
-
Forum Rules