Hi all,
I have a problem:
I would like to use “.” instead of “,” as decimal number separator. If it’s possible, I would like to set it as global setting.
Thanks
Hi all,
I have a problem:
I would like to use “.” instead of “,” as decimal number separator. If it’s possible, I would like to set it as global setting.
Thanks
decimal separator is bound to the locale settings.
In servoy (Java) you can set this (globally) by i18n.setLocale() function.
Please refer to the documentation on how to use it.
Thanks for your reply,
using the “setLocale”, I’ve solved.
Have to use that trick, is not so good.
Would be better to be able to set it specificately because by changing the locale,
the dataFormat could be change too.
Anyway thanks for your help