If you put the strings into a file, how where you able to load them into a variable (i'm guessing a structure) inside your program.
-----Original Message----- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 8:28 PM To: CF-Talk Subject: Re: Multi language support. The direction I'm taking with SMB (simplemessageboard.com) is to move all the displayed strings into variables that reside in a single "language" file, like english.lang. Using CFPARAM you can then establish a default language and use a url variable to change language on the fly that you then make sticky with a cookie. It's simple and makes translating easy and portable. > I am looking into solutions (use of XML or any) for > changing the application (built in cf)(such as > shopping cart,Catalog) to support multiple languages. > Our management do not prefer any content management > solutions. but we are planning to build our own. > Your help is appreciated. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

