----- Original Message -----
From: "Ian Vaughan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 20, 2004 3:46 PM
Subject: RE: Content Management System (CMS) Wishlist (making a cms
multlingual)

> If for instance you have the following example table containing Press
> Releases in English

it depends on the way the whole app is designed. if each locale is
structured the same way (i would stump that it should be) & each "skin" the
app displays for a particular user is governed by some high level logic,
then no there is no need for a language ID. the app assembles each page by
pulling content from the db/cache. that way things can get re-used though
you'd surprised how little that actually happens for really global apps.

on the other hand, if you're app has more "java-style logic" then yes you'd
have to add a locale (or language if you can get away with it, en_US isn't
the same as en_GB) tag.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to