Cool. Thanks everyone for the suggestions. Bruce
-----Original Message----- From: Doug Hyde [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 6:10 AM To: CF-Talk Subject: Re: Multi-Language Site First, I tried to minimize the use of terms with images. Second, I created an application level variable for all terms that needed to be translated, including for javascript alerts. The data is stored in a table, so can be updated (either automatically, when the application variable times out, or manully). I then created custom tag that queries the application data depending on the language setting - this adds some processing overhead, but works for me. Now, I have multiple languages, and users can add new languages, hence this approach. You could make it a bit simpler - just create a application level structure with terms, and create a variable as a language extension, for example, "_en" or "_sp"....I also use unicode as per other suggestions. Doug ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277401 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

