How to get country name from country ID in Magento? October 20, 2011 by blastar·2 Comments This one is quite simple: $countryName = Mage::getModel(’directory/country’)->load($country_id)->getName(); Related country id magento model name php
Thanks it works..
perfect