Date: 02/04/09 (PHP Community) Keywords: no keywords
Following rtimmons's advice, I've been trying out gettext() for a few days. It's pretty awesome. I also figured out the dilemna in my last post:echo vsprintf(gettext("This is a %sstring%s!"), array('',''));It works pretty well.
echo vsprintf(gettext("This is a %sstring%s!"), array('',''));
Source: http://community.livejournal.com/php/656740.html