I have a simple array along the lines of [2,4,7,8] and I want to change the entries into the textual equivalents eg ["two","four","seven","eight"].
I know how to convert individual numbers using the NumberFormatter class but is there a good way of doing this with an array of numbers?