Definition : (string) LANG_ORD2EXT(int number)

Defined in : #include <language.h>

Description: Returns the orginal text form of a number in a compact form,
             using the number and the textual extension.

Returns    : string - the ordinal text form of the number as described.

Examples   :  2 -> "2nd"
             23 -> "23rd"

See also   : Use LANG_ORD2WORD(num) for a full text representation.
