I have been reading the Intl API - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat
And it is awesome. I plan to start using it extensively.
However there is one thing I am looking for. I want to convert "3" to "three". Numeric to string. Based on the locale. Is this possible?