Magento How to get country name from country ID in Magento? Posted on: October 20, 2011April 5, 2014 This one is quite simple: $countryName = Mage::getModel(’directory/country’)->load($country_id)->getName();