Re: [PHP] Language translation

2009-07-26 Thread Rudi Ullon
I'm also starting with a multilanguage project, and after a little research, we've decided to use this gettext http://savannah.nongnu.org/projects/php-gettext/ Take a look.. might be useful to you also. --- Regards / Saludos Rudi Ullon

Re: [PHP] Language translation

2009-07-26 Thread Miles Thompson
gettext -not PHP, but a GNU project. PHP hooks: http://ca.php.net/manual/en/book.gettext.php, which contains a link to the project. In the past I've coded arrays of prompts, this is a more native solution. Cheers - Miles On Sat, Jul 25, 2009 at 10:37 PM, Skip Evans wrote: > Hey all, > > We got a

Re: [PHP] Language translation

2009-07-26 Thread Phpster
On Jul 25, 2009, at 9:37 PM, Skip Evans wrote: Hey all, We got a new project and language translation of content is a major priority. I've googled around and seen lots of options, but I'd like to hear from the list about more real world experiences about what some of you found and wh

[PHP] Language translation

2009-07-25 Thread Skip Evans
Hey all, We got a new project and language translation of content is a major priority. I've googled around and seen lots of options, but I'd like to hear from the list about more real world experiences about what some of you found and what both you as a coder and the client were most satisfie

Re: [PHP] Language Translation (spanish->english) PHP

2006-07-13 Thread Satyam
" <[EMAIL PROTECTED]> To: "PHP General" Sent: Thursday, July 13, 2006 10:00 PM Subject: [PHP] Language Translation (spanish->english) PHP Anyone know of an API (soap, xml-rpc, rest, anything) for PHP that assists with language translation? Thanks Russ -- PHP General

[PHP] Language Translation (spanish->english) PHP

2006-07-13 Thread Russell Jones
Anyone know of an API (soap, xml-rpc, rest, anything) for PHP that assists with language translation? Thanks Russ

Re: [PHP] Language Translation and PHP...

2006-07-13 Thread Sameer N Ingole
tedd wrote: At 2:09 PM -0400 7/12/06, Russell Jones wrote: Anyone know of any language translation APIs or anything of that sort out there? Looking to translate quite a bit of content and would rather not do it by hand. I'm not sure as to what you want, but perhaps this might help: ht

Re: [PHP] Language Translation and PHP...

2006-07-12 Thread tedd
At 2:09 PM -0400 7/12/06, Russell Jones wrote: >Anyone know of any language translation APIs or anything of that sort out >there? Looking to translate quite a bit of content and would rather not do >it by hand. I'm not sure as to what you want, but perhaps this might help: http://www.weberdev.com

[PHP] Language Translation and PHP...

2006-07-12 Thread Russell Jones
Anyone know of any language translation APIs or anything of that sort out there? Looking to translate quite a bit of content and would rather not do it by hand.

Re: [PHP] Language translation

2001-09-23 Thread Rasmus Lerdorf
Read up on gettext On Sun, 23 Sep 2001, Gaylen Fraley wrote: > What is the most accepted method for translating an application from one > language to another? Is it done by a table that does a search and replace, > i.e. one-to-one translation? Or does one actually translate the code > verbatim

[PHP] Language translation

2001-09-23 Thread Gaylen Fraley
What is the most accepted method for translating an application from one language to another? Is it done by a table that does a search and replace, i.e. one-to-one translation? Or does one actually translate the code verbatim? Is there a white paper somewhere? Thanks, -- Gaylen [EMAIL PROTECT