public abstract java.lang.String | getSymbol(java.lang.String currencyCode, java.util.Locale locale)Gets the symbol of the given currency code for the specified locale.
For example, for "USD" (US Dollar), the symbol is "$" if the specified
locale is the US, while for other locales it may be "US$". If no
symbol can be determined, null should be returned.
|