Source for file using_I18Nv2_Country.php
Documentation is available at using_I18Nv2_Country.php
* I18Nv2 provides translated lists of country names.
* $Id: using_I18Nv2_Country.php,v 1.1 2004/05/03 15:02:17 mike Exp $
require_once 'I18Nv2/Country.php';
echo "German name for United States: ",
$country->getName ('us'), "\n";
echo "German name for Italia: ",
$country->getName ('it'), "\n";
Documentation generated on Mon, 11 Mar 2019 13:54:53 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|