Monika, [email protected] wrote: > Hi > > Here is code snipped > > > var dateChooser = new qx.ui.control.DateChooser(); > this.__informationPane.add(dateChooser); > this.__userNameLabeltest = new > qx.ui.basic.Label(this.tr("Globals:0214")); > this.__informationPane.add(this.__userNameLabeltest); > qx.locale.Manager.getInstance().setLocale("no"); > > And the result is that the label is translated (to "versjon") and the > calendar is not. (I attached the screenshot). > I also can confirm that in > http://demo.qooxdoo.org/0.8.2/playground/index.html playground it is working > fine,
No, actually it's not. If I paste the essentials of your code snippet into Playground the locale for the DateChooser is *not* switched. This appears to be a bug in the generator, as the CLDR data for "no" is not picked up correctly. I opened a bug for it: http://bugzilla.qooxdoo.org/show_bug.cgi?id=2997 Meanwhile, you could try to use the locale "nb" in place of "no". This should work better. Please report back. > however in > Showcase > http://demo.qooxdoo.org/0.8.2/demobrowser/#showcase~Localization.html I > cannot see anything translated. I told you before that this demo is broken. T. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
