nput and Pattern are attributs of the <wr:out tag and are accessible from Autotag wizard.
I work on Win XP SP2 French and Word 2003 French.
I set the type to CURRENCY -> the values were displayed like $1000.11 while the Region Setting was French(Swiss) with Sfr as currency symbol.
I set the type to NUMBER with a pattern #'##0.00 -> The values were displayed as 1,000.00
Then I set the LOCALE to English(US) and drop the $ symbol and changed the grouping symbol (from , to ')
Everything worked fine: the values were correctly displayed.
Conclusion:
Java Windward engine using the DecimalFormat class does not take into account the LOCALE but only the symbols used for the locale English(US).
Not really friendly as I don't want to change my LOCALE just for Windward.