Online documentation - Websydian v6.1 |
Product | Websydian TransacXML Developer |
---|---|
Version | All |
Category | Development |
Question | [Java] - How do I change the decimal point used by numeric fields |
Answer | Try changing the user.language property when starting the
application.
e.g. java -Duser.language=END -cp ......
On iSeries the handling of the decimal separator is associated with the LANGID of the job. Try chaning the LANGID of the iSeries job to ENG and you should get . (dot) as decimal separator. |