Hi You can always give your implementation of org.apache.turbine.services.localization.LocalizationService to use instead of org.apache.turbine.services.localization.TurbineLocalizationService. In your implementation you can choice the best position for your bundle and the best way to load it.
Damiano Zucconi -----Messaggio originale----- Da: Matis Aniko [mailto:[EMAIL PROTECTED] Inviato: lunedi 6 febbraio 2006 11.41 A: 'Turbine Users List' Oggetto: Localization tool Hello! I'm using turbine version 2.3.2 for my web application. I'd like to keep my resource bundle outside the WEB-INF/classes directory, but I couldn't find a solution for it. So basically this works: Localization.getString("egy/newsmodule_labels", new Locale("hu"), "egy") And this doesn't: Localization.getString("../conf/modules/newsmodule/newsmodule_labels", new Locale("hu"), "egy") Do you have any solutions or suggestions? Aniko Matis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
