From: SourceForge.net <no...@so...> - 2007-07-30 14:10:51
|
Bugs item #1763617, was opened at 2007-07-30 16:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=689449&aid=1763617&group_id=121150 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: XNap Commons Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Wolfgang Glas (softadm) Assigned to: Nobody/Anonymous (nobody) Summary: locale-specific i18n objects in webapps. Initial Comment: Hi, We use gettext-commons in our GUI projects and now we want to extend the usage of the gettext to webapplications using tapestry. Unfortunately, we cannot us gettext-commons, because the I18nFactory only return i18n objects for the jvm-wide default locale. However, within the confines of a servlet container, each http request may refer to a user-specific domain. I'd suggest to add a call I18nFactory.getI18n(Class clazz, Local locale) which is a trivial extension to the API of gettext-commons and would be very benefitial inside servlet containers. TIA and best regards, Wolfgang ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=689449&aid=1763617&group_id=121150 |