You're not going to find a quickie widget out there to do something like this for several reasons - main of which is the language differences and phrasing variants.
You will have to code this yourself. Hint: set up several constant tables with the words you will use, pick off the numbers of your input, and string together the appropriate words out of the tables.
If you need more help, I know I did this once in COBOL and posted it online. If you look about, you might be able to find it.