Page 1 of 1

Decimal seperator

Posted: Fri May 16, 2014 8:03 am
by tzalla
Hello,
can you help me regarding the formatting of a number according to the user's culture info. i want to set a number with decimal digits with ',' or '.' considering the user's case.
i mean for example when you want a datetime to be represented as dd-MM-yyyy you set it to the string function tostring("dd-MM-yyyy"). is there something about the number formatting?

Re: Decimal seperator

Posted: Fri May 16, 2014 12:35 pm
by HighAley
Hello.

You could change the Text Format property of the Text component.

Thank you.