Edit

NumToEnglish (integer [, language])

Result Type: Text

Definition: Returns the number (which must be a positive integer) expressed in words in the nominated language (by default English). The only other language currently supported is French.

Examples:  NumToEnglish(1427)

returns “One thousand, four hundred and twenty seven”.

NumToEnglish(1427, “Français”)

returns “Mille quatre cent vingt-sept”,

as does NumToEnglish(1427, “Fr”)