Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top