we did a 5-language site (all european so dunno if this works on asian
languages) using Fusebox where we kept all the DSP files in separate but
mirrored directories and then called them in the standard Fusebox index.cfm
file with
        <cfcase value="myfuseaction">
        <cfinclude template="#request.site.language#dsp_myfuseaction.cfm">
        </cfcase>

I know this doesn't answer your "get-it-from-the-DB" question, but each time
we needed a new language, we just dumped one of the DSP directories to a
floppy , mailed it off to the translator, and said "ok just translate this"
:)

> Hi,
>
> Has anybody successfully built a multi-language dynamic website -
> where the
> page data, etc, is kept within the database? How did you display the
> languages on screen, in the database, etc..
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to