[PHP] Internationalization

2012-12-28 Thread Silvio Siefke
Hello, i have found a good Tutorial about Internationalization from Websites with PHP. That's sounds intresting. Has someone Tutorials which go deeper in the subject. http://phpmaster.com/localizing-php-applications-1/ I has a website for that i need this in 3 languages. This sounds that were

Re: [PHP] internationalization of web site

2006-04-13 Thread kmh496
i put the files in one place for you. to do what you want. http://www.sirfsup.com/code/php/i18n_php/http_server_encoding 2006-04-12 (수), 16:24 -0300, Martin Alterisio "El Hombre Gris" 쓰시길: > Ussually, the browsers send a header with information about the language > preferences of the user. > This

Re: [PHP] internationalization of web site

2006-04-12 Thread Martin Alterisio \"El Hombre Gris\"
Ussually, the browsers send a header with information about the language preferences of the user. This header is HTTP_ACCEPT_LANGUAGE. You can retrieve its value in PHP through the array $_SERVER: $_SERVER['HTTP_ACCEPT_LANGUAGE'] Here you can find about the format of this header: http://www.w3.o

Re: [PHP] internationalization of web site

2006-04-11 Thread tedd
At 8:59 PM +0200 4/11/06, Alain Roger wrote: i would like to make my web site tune to user language. for that i was thinking to create some XML files where all words can be found and based on the icon (country flag) that user clicked, i will load a specific XML file to tune my PHP pages. Why no

Re: [PHP] internationalization of web site

2006-04-11 Thread Richard Lynch
On Tue, April 11, 2006 1:59 pm, Alain Roger wrote: > Sorry to send this email on both mailing lists but as i suppose that > both > are concerned by it, i did. > > i would like to make my web site tune to user language. > for that i was thinking to create some XML files where all words can > be > fo

[PHP] internationalization of web site

2006-04-11 Thread Alain Roger
Hi, Sorry to send this email on both mailing lists but as i suppose that both are concerned by it, i did. i would like to make my web site tune to user language. for that i was thinking to create some XML files where all words can be found and based on the icon (country flag) that user clicked, i

[PHP] Internationalization performance

2004-02-18 Thread Arnout Standaert
Hi list, I'm working on a not-so-big website (currently about 1,5MB without database files) that will receive not-too-much traffic (let's say 1000 visitors a day, being optimistic here). It's supposed to be available in Dutch and in English. I want one version of the scripts/pages, loading lan

[PHP] Internationalization

2002-07-30 Thread Jeb A. Scarbrough \(home\)
Can someone provide a good source of information on what PHP can and cannot do in regards to making a site multi-lingual. I've found a little information about using gettext but that's about it. Do you have to using a certain charset? Do all functions work with different languages? String funct

[PHP] internationalization and gettext

2002-06-13 Thread a . h . s . boy
I developed a rather large and extensive PHP application for maintaining a news publishing site. All static text was, when I created it, written in English. Form field labels, long explanatory texts, navigational links, everything. The popularity of the application, however, has drifted outsid