Yeah this is a good plan, I've done something similar, you don't even 
need to base it off of a variable, you can use the ip, url, whatever.

www.mycomany.com
usa.mycompany.com
brazil.mycompany.com

We used a different DB for each app, that way we could even set the 
language standards for the DB, and just have a switch case in the 
application.cfm that set my request.dsn depending on the domain name 
they came in through.  1 code base, many sites  :)

Used to be called the application service provider model I think.

Vivec wrote:
> Redo everything so the content sits in a database and each page makes
> relevant calls to the database to display the text, form labels etc.
> etc.
> Then you would do a variable check to know which table to go to or
> which fields to pull depending on some variable.
> 
> So if the user clicks English, it will make a SQL select for the
> English check. And if it is Brazil, it makes the SQL check and pulls
> the text for brazil.
> 
>  And your page design stays the same regardless of language.
> 
> THe language check could be a CFC or something so that you don't need
> to change the page code at all as you add new languages.
> 
> 
> 2008/10/7 morchella <[EMAIL PROTECTED]>:
> 
>> my Corporate Goal, long term is to be in charge of ALL our sites from
>> Germany on down...
>> looks like i might get my wish, if this keeps up...
>>
>> man....
>> -m
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:272827
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to