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("medium"));

Result:
de: dd.MM.yyyy
en: MMM d, y 
 
Many thanks - ReHa

-- 
View this message in context: 
http://n2.nabble.com/locale-Parameter-at-method-getDateFormat-doesn-t-work-tp4894520p4894976.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to