Fabio
Fabio

Reputation: 33

Library or code to convert digit in letters

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

Upvotes: 0

Views: 373

Answers (1)

Klaus Byskov Pedersen
Klaus Byskov Pedersen

Reputation: 120947

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

Upvotes: 1

Related Questions