Well there you go! Not sure how I missed that. Sweet. -J
On Thu, Dec 29, 2011 at 1:02 PM, Peter J. Farrell <[email protected]> wrote: > Use the internationalization support in 1.9: > > http://trac.mach-ii.com/**machii/wiki/**Internationalization<http://trac.mach-ii.com/machii/wiki/Internationalization> > > It's basically resource bundles baked in but using custom tags (or API > calls if you really wanted): > > <cfimport prefix="view" taglib="/MachII/customtags/**view" /> > <view:message key="morning.greeting"/> > > > > Jason Blum said the following on 12/29/2011 11:53 AM: > >> How are folks supporting i18n in their Mach-II applications? >> >> I was looking through Matt's MachBlog application, which used a >> ResourceBundle.cfc I think inspired by some work by Paul Hastings, which >> uses language property files, allowing you to output in your view, say, >> #getProperty("**resourceBundleService").**getResourceBundle().**getResource("previous")#, >> to output the word "previous" in the configured language. >> >> Are folks still doing it more or less that that way? >> >> I don't need anything elaborate, like timezones or currency - just >> language support. >> >> Thanks >> >> -Jason >> -- >> To post to this group, send email to mach-ii-for-coldfusion@** >> googlegroups.com <[email protected]> >> For more options and to unsubscribe, visit this group at >> http://groups.google.com/**group/mach-ii-for-coldfusion?**hl=en<http://groups.google.com/group/mach-ii-for-coldfusion?hl=en> >> >> SVN: http://svn.mach-ii.com/machii/ >> Wiki / Documentation / Tickets: >> http://trac.mach-ii.com/**machii/<http://trac.mach-ii.com/machii/> >> > > > -- > Peter J. Farrell > [email protected] > [email protected] > http://blog.maestropublishing.**com <http://blog.maestropublishing.com> > Identi.ca / Twitter: @maestrofjp > > -- > To post to this group, send email to mach-ii-for-coldfusion@** > googlegroups.com <[email protected]> > For more options and to unsubscribe, visit this group at > http://groups.google.com/**group/mach-ii-for-coldfusion?**hl=en<http://groups.google.com/group/mach-ii-for-coldfusion?hl=en> > > SVN: http://svn.mach-ii.com/machii/ > Wiki / Documentation / Tickets: > http://trac.mach-ii.com/**machii/<http://trac.mach-ii.com/machii/> > -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
