setlocale (LC_ALL, "PT_BR");

or if under windows:
setlocale (LC_ALL, "Portuguese Brazil");

Best Regards,

Daniel Berwig.


"Saci" <[EMAIL PROTECTED]> escreveu na mensagem
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> For example
>
> setlocale(LC_ALL, "De");
> setlocale(LC_ALL, 'nl_NL');
>
> Where I can found a table with all locale strings available ?
>
> What is the string to set locale to Brazilian locale ?
>
>



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

Reply via email to