Definition : (int) LANG_WORD2NUM(string text)

Defined in : #include <language.h>

Description: Returns the integer form of a text number. This only works for
             numbers in the range 1-100.

Returns    : int - the integer representation of a text.

Examples   : "two"          ->  2
             "twenty three" -> 23

Obsolete   : (int) LANG_NUMW(string text)
