Internationalising

Hello,

I have an application which I want to offer in more than one language. On the Login-Page I have a DropDown with the language-Selections and I store the Selection in a SessionBean-Property. The content of this property is "de" or "en" (fordeutsch [german] andenglish). I set the Locale than with the follwing code:

FacesContext.getCurrentInstance().getViewRoot().setLocale(new Locale(getSessionBean1().getMyLocale()));

This works like I want it on my Development-Machine (german Windows XP) but works NOT on my production-Machine (english Suse 10.0). On both machines I use Sun Application Server PE 9.

Any hints?

Regards,

Willi

[726 byte] By [Willi2793a] at [2007-11-27 1:10:15]
# 1
Hi There,Have you seen these? http://developers.sun.com/jscreator/learning/tutorials/2/internationalizingapps .html http://developers.sun.com/jscreator/learning/tutorials/2/demonstrating_i18n.htm lThanksK
kish@suna at 2007-7-11 23:45:33 > top of Java-index,Development Tools,Java Tools...
# 2
Hope this also will be useful:Developing Multilingual Web Applications Using JavaServer Pages Technology http://java.sun.com/developer/technicalArticles/Intl/MultilingualJSP/
komarova at 2007-7-11 23:45:33 > top of Java-index,Development Tools,Java Tools...