我想知道给定下拉列表的值存储在 magento 货币数据库中的位置


I want to know where the values for the given dropdown is stored in Database for magento currency

我想知道给定下拉列表的值存储在数据库中的位置 马真托货币 该代码用于显示Magento货币的下拉列表。

<select id="currency_options_allow" class=" select multiselect" multiple="multiple"   
size="10" name="groups[options][fields][allow][value][]">
<option value="AFN">Afghan Afghani</option>
<option value="ALL">Albanian Lek</option>
<option value="DZD">Algerian Dinar</option>
</select>

货币列表属于区域设置,可以在/lib/Zend/Locale/Data/en 中找到.xml