Re: [qooxdoo-devel] NumberFomat and group separator

2011-10-20 Thread alexandr
Thanks a lot! - Cheers, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/NumberFomat-and-group-separator-tp6911924p6912250.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] NumberFomat and group separator

2011-10-20 Thread Daniel Wagner
Hi Alexandr, you can redefine any existing translation key using the locale manager: qx.locale.Manager.getInstance().addLocale("en_us", { "cldr_number_group_separator" : " " }); Regards, Daniel On 10/20/2011 09:36 AM, alexandr wrote: > Hi, Qooxdoo Team! > > As it says in the forum, group se

[qooxdoo-devel] NumberFomat and group separator

2011-10-20 Thread alexandr
Hi, Qooxdoo Team! As it says in the forum, group separators in qx.util.format.NumberFomat depends on locale. But I want to have value "1 500 000.00" instead "1,500,000.00". Can I achieve this? - Cheers, Alexandr -- View this message in context: http://qooxdoo.678.n2.nabble.com/NumberFomat