Re: [qooxdoo-devel] locale-Parameter at method getDateFormat() doesn't work

2010-04-13 Thread ReHa
The missing "de" entry in config.json was the matter. Now everything works fine: Code: qx.locale.Manager.getInstance().setLocale("de"); this.debug("de: " + qx.locale.Date.getDateFormat("medium")); qx.locale.Manager.getInstance().setLocale("en"); this.debug("en: " + qx.locale.Date.getDateFormat("m

Re: [qooxdoo-devel] locale-Parameter at method getDateFormat() doesn't work

2010-04-13 Thread Alexander Steitz
Hi, On Tuesday April 13 2010 08:58:47 ReHa wrote: > i tried the following test to use getDateFormat() in Qooxdoo 1.0.1, but the > result is always the same - the locale-Parameter seems to have no effect: > > Code: > qx.locale.Manager.getInstance().setLocale("de"); > this.debug("de: " + qx.locale

Re: [qooxdoo-devel] locale-Parameter at method getDateFormat() doesn't work

2010-04-13 Thread thron7
On 04/13/2010 08:58 AM, ReHa wrote: > > Hello, > > i tried the following test to use getDateFormat() in Qooxdoo 1.0.1, but the > result is always the same - the locale-Parameter seems to have no effect: > > Code: > qx.locale.Manager.getInstance().setLocale("de"); > this.debug("de: " + qx.loca

[qooxdoo-devel] locale-Parameter at method getDateFormat() doesn't work

2010-04-13 Thread ReHa
Hello, i tried the following test to use getDateFormat() in Qooxdoo 1.0.1, but the result is always the same - the locale-Parameter seems to have no effect: Code: qx.locale.Manager.getInstance().setLocale("de"); this.debug("de: " + qx.locale.Date.getDateFormat("medium", "de")); this.debug("en: