Library or code to convert digit in letters

380 Views Asked by At

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).

1

There are 1 best solutions below

1
On BEST ANSWER

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