I would like to convert an integer into a word in the form of:
- 1 => First
- 2 => Second
- 3 => Third
etc.
I have tried googling and have found answers on how to convert ints to plain english words like one, two, three etc. Does anyone know if there are any methods out there that do this already? I'd like to avoid writing my own if possible but I think that's what it will come to.