I've found that this line works perfect:

var test = qx.ui.basic.Label(this.tr("spanish language"));

but this gives an asssert string error:

var test = qx.ui.basic.Label();
test.setValue(this.tr("spanish language"));

the source code of Label has the check = "String" in the value property
definition.

Can somebody verify this?

Regards,
Herman

-----
la vida es una incesante cadena de oportunidades para aprender y triunfar.
life is an endless chain of opportunities to learn and succeed.

lo más importante: ser selectivo, responsable y perseverante.
the most importantly: to be selective, responsible and persevering.
--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/possible-bug-in-Label-internationalization-tp6676054p6676054.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to