I am trying to support multiple currencies but keep getting a null
when doing NumberFormat.getCurrencyFormat(currencyCode), where
currencyCode is any currency code but the ones supported and listed in
the CurrencyList.class
"USD": [ "USD", "$", 2 ],
"EUR": [ "EUR", "€", 2 ],
"GBP": [ "GBP", "UK£", 2 ],
"JPY": [ "JPY", "¥", 0 ],
How can i get the NumberFormat for the other currencies as listed in
CurrencyCodeConstants.properties. I included the following in my
module which according to different resources online should include
the other currencies
<inherits name="com.google.gwt.i18n.I18N"/>
<extend-property name="locale" values="en"/>
<inherits name="com.google.gwt.i18n.CldrLocales"/>
Many thanks.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.