Skip to main content
15-Moonstone
September 26, 2021
Solved

passing comma( , ) as a decimal separator instead of dot( . ) in textfield for numerical values

  • September 26, 2021
  • 1 reply
  • 2106 views

Hi, My clients are in poland region their regional settings to separate decimal value is using commas,, for ex: 0,25 to be considered as 0.25 

but in thingworx if I update the decimal field in localization table as dot to comma it is not working. 

Best answer by PaiChung

The service will not do anything about localization when it does the calculation.

It really is the widget in which you are displaying your values that will need the localization which should be picked up if I think it is set to display of base type number.

1 reply

22-Sapphire I
September 27, 2021

This is not working in the display of values or somewhere else?

You are just changing the 'Default' token, or did you introduce a specific polish set and you have polish associated with the user login?

sabharees15-MoonstoneAuthor
15-Moonstone
September 28, 2021

Hi @PaiChung,

 

Yes, I have polish set associated with the user and I am using a text field in mashup to get user input there I expected the localization table to work because I have a service which performs calculations .

PaiChung22-Sapphire IAnswer
22-Sapphire I
September 28, 2021

The service will not do anything about localization when it does the calculation.

It really is the widget in which you are displaying your values that will need the localization which should be picked up if I think it is set to display of base type number.