Use the below code to get the Country Name from Country Code in magento
$country = Mage::getModel('directory/country')->loadByCode('country_code'); $countryName = $countryModel->getName();
Cheers!
Amjath
Use the below code to get the Country Name from Country Code in magento
$country = Mage::getModel('directory/country')->loadByCode('country_code'); $countryName = $countryModel->getName();
Cheers!
Amjath