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). Thank you in advance and sorry for my English...
Fabio
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). Thank you in advance and sorry for my English...
Fabio
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