Recommended localization API
Posted: Fri Nov 07, 2008 3:14 pm
I'm looking through the docs right now on php.net about localizing applications...
WHat is the recommended functions for dealing with locale?
setlocale()
locale_set_default()
http://ca.php.net/manual/en/refs.international.php
Ideally I'd like to use a standard wsuch as POSIX if one such exists...simply for the sake of being standard compliant with something.
WHat is the recommended functions for dealing with locale?
setlocale()
locale_set_default()
http://ca.php.net/manual/en/refs.international.php
Ideally I'd like to use a standard wsuch as POSIX if one such exists...simply for the sake of being standard compliant with something.