I tried to find the country code by country name. So, for example, I have "Netherlands", I need to get "NL"
I know there is a way to find the name form code:
$country_name = Mage::app()->getLocale()->getCountryTranslation($country_code)
But I need the other way around.
So, are there any methods in Magento to solve it?
source
share