Thanks for your reply Kevin, But my next question would be, what method do you use for tagging the page for its content? Say for an 'About Us' page, what method do I tag it so that I know to load the text for 'About Us' ? Something like this? (about.cfm) <cfset variables.textContent = "about"> <cfquery name="qGetContent" datasource="#application.dsn#"> SELECT * FROM tblContent WHERE textContent = 'variables.textContent' AND textLanguage = 'session.language' </cfquery>
>Well we used a database for our first multi-language application and it >turned out to be the best decision all in all. It became alot easier to add >support for other languages down the road and extending it (apps, intranet, >etc.) was *alot* easier. > >I suppose you could do it with sessions, but that doesn't exactly seem like >the most stable approach. Since you'd need to keep the different language >content somewhere anyhow, it means you'd probably end up with a DB anyways. >I suppose if you're a sucker for punishment, you could use XML... > >All in all its probably best to the database route, if for no other reason >than ease of extending it down the road. > >Cheers, > >Kevin > >----- Original Message ----- >From: "Anthony Crawford" <[EMAIL PROTECTED]> >To: "CF-Talk" <[email protected]> >Sent: Monday, July 04, 2005 3:35 PM >Subject: CF & Localization > > >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211108 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

