0

Could you suggest me a code or a library (possibly java) to convert digits (e.g. 24) in letters (e.g. twenty-four)? Obviously I need to change locale (from English to Italian).

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
Fabio
  • 33
  • 1
  • 4

1 Answers1

1

Check this link: http://snippets.dzone.com/posts/show/3685 You'll have to translate the numbers into italian, but apart from that it should solve your problem.

/Klaus

Klaus Byskov Pedersen
  • 117,245
  • 29
  • 183
  • 222
  • Thanks for your answer, but unfortunately the Italian language is very difficult. I don't need only to translate the numbers because the rules to combining them can change depending on the first or the last letter fo the number. However, this is a good starting point. Thank you, Fabio – Fabio Dec 03 '09 at 09:08