Currency code to currency symbol mapping

前端 未结 6 1937
太阳男子
太阳男子 2021-02-07 09:46

Good day, in database there is table with houses for sale records. For each house record there is currency code (in ISO 4217 format) field. Is it possibly to somehow get currenc

6条回答
  •  [愿得一人]
    2021-02-07 09:54

    There is a code-Snippet in https://stackoverflow.com/a/15343675/702345

    But be careful:

    • One Currency can have multiple symbols. E.g.: USD has also the Symbol "US$" for Local "es_US" (at least on Java8, Win7 on my VM)
    • Difference Currencies can have the same symbols, e.g.: USD, AUD

提交回复
热议问题