There's a great tutorial on O'reilly network site:

http://www.onlamp.com/pub/a/php/2002/06/13/php.html

I've just recently done some work on a bi-lingual site.  And another
gotcha I discovered a little too late is that you should use functions
like strftime() instead of date() to format dates in a locale-sensitive
way. 

HTH

Cheers,
Hans

On Wed, 2002-07-24 at 04:19, Jonas Mariën wrote:
> Does anybody have a good entry level text, tutorial, howto, whatever on how to 
> setup an internationalised php application with gettext?
> 
> A tutorial on how to compile php with gettext support etc would not be 
> necessary. What I really need is a step-by-step description on how to use 
> gettext in a large php script to provide for multilanguage strings...
> 
> thank you -- jonas
> 
> 
> 
> 
> 
> -- 
> PHP Internationalization Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 




--
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to