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
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
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
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: