> I am currently constructing a European portal site in English that will
> eventually be translated into 10-12 different languages.
>
> I was wondering if anyone has had any experience with multi language web
> sites written in ColdFusion, and could offer any advice/tips on how to
> structure my files and coding.
We've built a dual language site - we had a different field in the table for
every language... it meant that if the layout was updated (tables etc.), you
had to edit several copies, but it was the only way we could keep the
languages separate.
Then all I did was have the copy fields named like:
CopyEN, CopyFR, CopyDE
and output #Evaluate("Copy#Language#")#
Passing Language via a cookie, which is OK for people who have cookies, but
doesn't work for those who don't...
HTH
Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133
"Websites for the real world"
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.