Section 8.3 of the JSTL 1.0 Spec provides the details of how a basename and set of preferred locales are used to determine the resource bundle. Give it a look and post back if you still have questions. You should notice that the set of preferred locales can either be taken from the client/browser (ServletRequest.getLocales) or overridden by the application through configuration settings.
Quoting Jean Charles Jabouille <[EMAIL PROTECTED]>: > hi, > > i have a struts application and i use jtsl taglibs. In order to > internationalise my webpage, i use the "taglibs-i18n" taglib. I make my > file correctly like > -ApplicationResources.properties > -ApplicationResources_fr.properties > > I'd like to know how i18n choose the appropriate language between the > browther language and the locale(java). > > Help appreciated! > > djice -- Kris Schneider <mailto:[EMAIL PROTECTED]> D.O.Tech <http://www.dotech.com/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
