Dmitrii Dimandt wrote: > Is it possible to use GNU gettext from Coldfusion?
What exactly do you want to achieve? 1. You can pretty easily write your own gettext() function to substitute the strings in your CF code with the strings from a .po. 2. Automated extraction of your source strings (i.e. xgettext) has no builtin support for ColdFusion. YST is the closest match I found, if you are careful with single vs. double quotes it should come close. 3. Reading a .po into a structure is not that hard either. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302769 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

