Recommended localization API

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Recommended localization API

Post by alex.barylski »

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.
Post Reply