I worked with a developer in california, and all info was kept in the database as far as language. He had simply set-up different queries to run based on language preference <cfif language = "chinese"><cfinclude template="qry_chinese.cfm"></cfif><cfelse blah blah> he was using a scaled down fusebox method. The only problem was the actual languages. IE: spanish is written backwards as far as sentences are concerned, and so you cannot simply use translation of words for your sentences etc.
----- Original Message ----- From: "Jeff Small" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Saturday, August 05, 2006 4:48 PM Subject: And now for something completely different...language translation? > Translation services? How do you guys translate your sites into > different languages? > > Also, if the text that you're translating isn't stored in the > database, do you use cookies or someway to redirect and keep those > preferences for people that choose a different language? If you have > multiple pages that have to be in different languages, do you keep > them in the same directory? IE: amenities/index.cfm, amenities/ > index_es.cfm, amenities/index_fr.cfm... etc? Or do you redirect users > to unique directories or something? How does that affect SEO? > > This is the first time a client has indicated an interest in > translation, and I've never really had any experience doing something > like that. I can think of a couple technical ways to do it in CF, but > I'm just wondering if anyone with experience doing this has any > relevant advice... > > Thanks in advance... > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248910 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

