Hi,
I am using DoubleEditBox inside actipro PropertyGrid. I set my systems Region and Language -> Format to French. And I run my application in en-US culture, but the DoubleEditBox displays the decimal separator as "," instead of ".".
I tried to set the Language property of the DoubleEditBox and the PropertyGrid to use the CurrentUICulture value. But DoubleEditBox always takes the value for format from the system instead of Applications CurrentUICulture.
Is there a way I can avoid this and program the propertyGrid and DoubleEditBox to use the CurrentUICulture instead of system format information.
regards,
Rithesh