Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Multilingual table design questions

Re: Multilingual table design questions

From: x <x_at_not-exists.org>
Date: Tue, 21 Feb 2006 14:48:54 +0200
Message-ID: <dtf27o$7a2$1@emma.aioe.org>

"Jon Heggland" <heggland_at_idi.ntnu.no> wrote in message news:MPG.1e641084949ec8a6989768_at_news.ntnu.no...
> In article <xn0eippie1uf6t001_at_news-south.connect.com.au>, murdoc_0
> @hotmail.com says...
> > Personally, I believe translation is purely a presentation function,
> > rather than a data/business function. I would store the text in
> > whatever language you want as a base level (English, probably),
> > then when displaying the text, translate it. This cuts down on the
> > database size, and leaves all the translation in the Presentation
> > layer. Also, your database schema does not need to change every
> > time a new language becomes supported.
>
> Doesn't this just move the problem to the Presentation layer? You will
> still need to design a translation database there.

One can also use a DBMS for the presentation layer. Received on Tue Feb 21 2006 - 06:48:54 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US