There's a tool around for editing Java resource bundles, but I don't
think it's real pretty.

Alternatively, you could simply do it the old-fashioned database way,
but write out a cfml file as well which will maintain good performance
when reading the resource bundle. Or you could load the entire resource
bundle from the database into memory. My feeling is that any technique
is good as long as you don't have to hit the database individually to
get the localised version of each and every item on the screen. 

-----Original Message-----
From: Duncan [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 9 November 2005 4:46 p.m.
To: CF-Talk
Subject: Re: i18n best practice - multiple lang, multiple labels

what concerns me about a Java RB (or any RB) is how we would expose that
to our clients to allow them to make their own labels. Is there an
established web app available to deal with this problem?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223640
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to