This is probably the closest thing to it. http://velocity.apache.org/tools/devel/javadoc/org/apache/velocity/tools/view/MultiViewsTool.html
but that's not quite what you're seeking, i think. On Thu, Aug 21, 2008 at 5:28 PM, Lilianne E. Blaze <[EMAIL PROTECTED]> wrote: > Hello, > I need the ability to getTemplate with an additional parameter Locale, which > would then try to load for example "template_en_US.vm", fallback to > "template_en.vm", fallback to "template.vm". > > That's pretty trivial to implement, but first I'd like to ask if there's > already something like that available somewhere? I'd prefer not to re-invent > the wheel and save some time if it already is. > > Greetings, L > > > > --------------------------------------------------------------------- > 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]
