我需要通过转换在Magento 1.6.2显示一个国家名称region_id 的state name.
region_id
state name
我有,region_id并且可以返回美国所有州的阵列
$states = Mage::getModel('directory/country')->load('US')->getRegions();
但是找不到转换它的帮助类region_id.
class magento
class ×1
magento ×1