Feature Requests item #1453102, was opened at 2006-03-18 12:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1453102&group_id=119783
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: core Group: None Status: Open Priority: 5 Submitted By: flux c0d3r (fluxcoder) Assigned to: Nobody/Anonymous (nobody) Summary: locales using ACCEPT-LANGUAGE Initial Comment: I would like to have Wicket I18N and L10N using the browsers predence of HTTP_ACCEPT_LANGUAGE (header = accept-language). Now in Wicket: When I have Page.html (standard) Page_en.html (english) Page_en_US.html.properties (english, US) Page.properties (standard) Page_en.properties (english) Page_en_US.properties (english, US) When I have a browser with the following language priorities: HTTP_ACCEPT_LANGUAGE = de, en, en-US The Wicket will use the standard html and property file. That means Wicket uses only one Locale, instead of a list of locales, to the what html and property files to use. I would like to change the current implementation of Wicket. So it uses the header where Accept_Language will be the list of language keywords the user specifies (in descending order of preference). Like ACCEPT_LANGUAGE = de, en, en-US ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1453102&group_id=119783 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
