Subj : Re: problem due to localization of decimal representation of number To : comp.programming From : Joe Butler Date : Fri Sep 30 2005 03:44 pm Try setlocale() Otherwise, give some more info: e.g. development environment, method of 'display', storage, etc. "Davinder" wrote in message news:1128082599.172723.116810@g49g2000cwa.googlegroups.com... > Hello, > > I have developed an application, which calculates some double values > based on integers. > > On localized windows machines (spanish, german), double is displayed as > 100,23 (for 100.23 on windows english machine). Due to this Oracle does > not accept this value as integer. > > But when I pass any command line argument then decimal representation > changes to 100.23, Surprisingly !!! My application also uses CORBA. > > Thanks, > Davinder > .