Quantcast
Channel: Amjath.com
Viewing all articles
Browse latest Browse all 14

Get Country name from Country Code in Magento

$
0
0

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


Viewing all articles
Browse latest Browse all 14

Trending Articles