On 05/07/2010 05:07 PM, Peter Schneider wrote:
> Hi,
> 
> shouldn't <code>this.tr("cldr_number_decimal_separator")</code> give the right
> one? Although the "tr" method returns a qx.locale.LocalizedString object it
> should be easy to convert it to native JavaScript String, or am I missing
> something?
> 
> <code>
> var str = "" + this.tr("cldr_number_decimal_separator");
> </code>

Sure, but nobody would want to memorize those darn "cldr_*" keys, so
that's what the qx.lang.(Number|String|Date) classes are for :). They
return the most interesting CLDR settings in coord. with the current locale.

T.

------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to