This function converts a number to words, in a number of languages. Suppose a data element with name ‘area’ has a value 1234: <<NumberPhrase(area,”af”,”ToUpper”)>> yields “EEN DUISEND TWEE HONDERD VIER EN DERTIG” <<NumberPhrase(area,”en”,”ToUpper”)>> yields “ONE THOUSAND TWO HUNDRED THIRTY-FOUR” Notes: i) The language code ‘af’ is the ISO639-2 code for Afrikaans (see ISO639-2 standards). ii) [...]