number globalization settings

Web Programming416
Hi,



I set the globalization settings to:



<globalization requestEncoding="utf-8" responseEncoding="utf-8"

fileEncoding="utf-8" culture="en-GB" uiCulture="en" />



Everything is just fine, only number formatting is not what I want.



The number formating is for en_GB culture: dot for decimal symbol and comma

for digit grouping symbol.



For example: 1,000,000.00 is a million on 2 decimal places.



I would like that number is formated like : 1.000.000,00 for all aplication.



(comma for decimal places instead of dot, and dot for digit grouping symbol

instead of comma)



Where and how I can set that?



Thanks ,S


-