Daniel Carrera-2 wrote:
> 
> <?php
>      setlocale(LC_ALL, 'es');
>      bindtextdomain('messages', '/home/theingot/public_html/locale');
>      textdomain('messages');
>      echo "English: About us<br/>";
>      echo "Spanish: "._('About us');
>      echo "<hr/>";
>      phpinfo()
> ?>
> 
Here is a link to 
http://coderie.ac-mb.info/english.php?article=phppoll#i18n a page I wrote a
while ago , where there are a few hints about locale.
-- 
View this message in context: 
http://www.nabble.com/Problems-with-GetText-tf4260519.html#a12126933
Sent from the Php - Internationalization (i18n) mailing list archive at 
Nabble.com.

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

Reply via email to