java.lang.Object
com.aoapps.lang.i18n.CurrencyUtil
Utility methods for working with currencies.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Gets a symbol for a currency in the current thread locale, with some extra hard-coded value when the Java runtime returns the currencyCode as the symbol.static String
Gets a symbol for a currency in the provided locale, with some extra hard-coded value when the Java runtime returns thecurrencyCode
as the symbol.
-
Method Details
-
getSymbol
Gets a symbol for a currency in the provided locale, with some extra hard-coded value when the Java runtime returns thecurrencyCode
as the symbol.Currency.getSymbol(java.util.Locale)
does not seem to be as fully implemented as desired.- See Also:
-
getSymbol
Gets a symbol for a currency in the current thread locale, with some extra hard-coded value when the Java runtime returns the currencyCode as the symbol.Currency.getSymbol(java.util.Locale)
does not seem to be as fully implemented as desired.- See Also:
-