dev@woodstock.java.net

Localization on the fly

From: mike.r.phillips <mike.r.phillips_at_comcast.net>
Date: Tue, 2 Dec 2008 14:47:50 -0800 (PST)

Can woodstock localization be based on the users current browser language
choice(request.getLocale())?

After creating a sun/webui/jsf/suntheme/messages/messages_de.properties
I can only get the correct localized strings and buttons used by the
underlying components to be used if I add
a JVM option "-Duser.language=de" to the app server, or if I use
Locale.setDefault(choosenLocale) and then
re-deploy my app.

if I use <f:view locale="<%= request.getLocale() %>"> the bundles I create
that are not part of
underlying components are localized correctly and change for each user base
on browser preference.

Is there a way to tell components to reload the localized strings without
bouncing app server?
-- 
View this message in context: http://www.nabble.com/Localization-on-the-fly-tp20802795p20802795.html
Sent from the Project Woodstock - Dev mailing list archive at Nabble.com.