[PHP-DB] Multi Language

2005-08-01 Thread Shekhar Juneja
Hi, I am trying to make a dictionary site with multi language support. Can any one give me a quick head on for that. I mean a short cut article or anything which I can refer to turn around quick solution. Thanks in advance . Regards Shekhs -- PHP Database Mailing List (http://www.php.net/) To

Re: [PHP-DB] multi-language site

2004-01-18 Thread Martin Marques
Mensaje citado por Muhammed Mamedov <[EMAIL PROTECTED]>: > Thank you for your help Martin, > > I am aware of the seperation stuff you are talking. There is a much more > professional term for that 'Design Patterns' use in JAVA (I tell you as a > JAVA professional).. I am also aware of need for co

Fw: [PHP-DB] multi-language site

2004-01-17 Thread Muhammed Mamedov
"phpdb" <[EMAIL PROTECTED]> Sent: Friday, January 16, 2004 10:21 PM Subject: Re: [PHP-DB] multi-language site > Mensaje citado por Muhammed Mamedov <[EMAIL PROTECTED]>: > > > Thank you for your comments Ignatius. > > (just to note) : I do not agree that al

Re: [PHP-DB] multi-language site

2004-01-16 Thread Martin Marques
Mensaje citado por Muhammed Mamedov <[EMAIL PROTECTED]>: > Thank you for your comments Ignatius. > (just to note) : I do not agree that all projects SHOULD require CLEAR > sepeartion of code and appearance. Let me disagree with you! :-) I a multi-tiered design yuo have a client layer, a server la

Re: [PHP-DB] multi-language site

2004-01-16 Thread Ignatius Reilly
their editor. HTH Ignatius _ - Original Message - From: "Dan Hewins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]@[EMAIL PROTECTED]> Sent: Friday, January 16, 2004 16:28 Subject: Re: [PHP-DB] multi-language site > This is true. And another a

Re: [PHP-DB] multi-language site

2004-01-16 Thread Dan Hewins
This is true. And another aspect I forgot to mention is an admin version of the whole site because the user wants to be able to update and change text in either the English or Spanish site. This way I only have to build (design, code HTML) the site once and then I essentially have four differen

Re: [PHP-DB] multi-language site

2004-01-16 Thread Ignatius Reilly
Usually it is the other way round: to assemble a page, a script will call successively several XSLT transformations: eg top, left nav bar, central content, footer... Each XSLT call returns HTML from content stored in XML. Ignatius > > I also wonder if XSLT can accept any php code? > > -- PHP Dat

Re: [PHP-DB] multi-language site

2004-01-16 Thread Muhammed Mamedov
ECTED]> To: "Muhammed Mamedov" <[EMAIL PROTECTED]>; "phpdb" <[EMAIL PROTECTED]> Sent: Friday, January 16, 2004 3:41 PM Subject: Re: [PHP-DB] multi-language site > Preliminary note: > ALL projects should require a CLEAR seperation of code and appearance. > &

Re: [PHP-DB] multi-language site

2004-01-16 Thread Ignatius Reilly
<[EMAIL PROTECTED]> Sent: Friday, January 16, 2004 13:57 Subject: Re: [PHP-DB] multi-language site > Hello Ignatius, > > I am working on a project which requires a CLEAR seperation of code and > appearance. > Think of this: There is a page which lists news from DB in a specif

Re: [PHP-DB] multi-language site

2004-01-16 Thread Muhammed Mamedov
never used XSL to transform XML... What do you suggest? Waiting for your suggestions. M.Mamedov - Original Message - From: "Ignatius Reilly" <[EMAIL PROTECTED]> To: "Dan Hewins" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 15, 2004 8

Re: Re[2]: [PHP-DB] multi-language site

2004-01-15 Thread Ignatius Reilly
Thursday, January 15, 2004 19:48 Subject: Re[2]: [PHP-DB] multi-language site > Hello Ignatius, > > Thursday, January 15, 2004, 6:41:44 PM, you wrote: > > IR> Gettext is NOT an automated translation service. What you do is mark strings > IR> to translate in the original appli

Re[2]: [PHP-DB] multi-language site

2004-01-15 Thread Richard Davey
Hello Ignatius, Thursday, January 15, 2004, 6:41:44 PM, you wrote: IR> Gettext is NOT an automated translation service. What you do is mark strings IR> to translate in the original application, then have them translated by a IR> human. When confronted with a marked string to echo, the application

Re: [PHP-DB] multi-language site

2004-01-15 Thread Ignatius Reilly
> > -Original Message----- > > From: Ignatius Reilly [mailto:[EMAIL PROTECTED] > > Sent: Thursday, January 15, 2004 1:03 PM > > To: Dan Hewins; [EMAIL PROTECTED] > > Subject: Re: [PHP-DB] multi-language site > > > > > > I would not consider a DB-based desi

RE: [PHP-DB] multi-language site

2004-01-15 Thread Hutchins, Richard
how important the translation really is; only you can decide that. HTH Rich > -Original Message- > From: Ignatius Reilly [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 15, 2004 1:03 PM > To: Dan Hewins; [EMAIL PROTECTED] > Subject: Re: [PHP-DB] multi-language site &

Re: [PHP-DB] multi-language site

2004-01-15 Thread Ignatius Reilly
CTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 15, 2004 18:50 Subject: [PHP-DB] multi-language site > Forgive me if this is pedestrian or has been covered before. I'm new > to the list and I haven't used PHP too much (yet). > > Here's my question: > &g

[PHP-DB] multi-language site

2004-01-15 Thread Dan Hewins
Forgive me if this is pedestrian or has been covered before. I'm new to the list and I haven't used PHP too much (yet). Here's my question: I'm looking to use PHP for an upcoming site project where the site needs to be in either English or Spanish. Would PHP be a good approach? I was envision