Or here is an even better example for the playground, which shows very good,
what is not working:
var doc = this.getRoot();
var button1 = new qx.ui.form.Button("Deutsch",
"icon/22/apps/internet-web-browser.png");
doc.add(button1, { left : 100, top : 50 });
button1.addListener("execute", function(e) {
qx.locale.Manager.getInstance().setLocale("de"); });
button1.setToolTipText(new qx.ui.core.Command("Control+D").toString());
var button2 = new qx.ui.form.Button("English",
"icon/22/apps/internet-web-browser.png");
doc.add(button2, { left : 200, top : 50 });
button2.addListener("execute", function(e) {
qx.locale.Manager.getInstance().setLocale("en"); });
button2.setToolTipText(new qx.ui.core.Command("Control+E").toString());
Have a look at the tooltips.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Command-Shortcut-translation-tp5894873p5894880.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel