Hi Sergei,

On Monday 30 April 2007 Sergei Kolomiets wrote:
> Hi!
> Can I use internationalization of properties default values with usage
> this.tr()?
You have to use the static method of "tr()" (located in 
the "qx.locale.Manager" class) because "this" is not available/accessable at 
the time you want to use it. 

So instead of 

"this.tr()"

you can use

"qx.locale.Manager.tr()"


cheers,
  Alex

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to