Locale information has to be compiled into the app through the
generator. Did you add "de" to the list of desired locales in your
config.json (Like 'LOCALES : ["en", "de"]')?!

T.

On 12/11/2010 10:11 PM, [email protected] wrote:
>  i try this
> 
> var format_zahl = new qx.util.format.NumberFormat("de");
> format_zahl.setMinimumFractionDigits(2);
>  format_zahl.setMaximumFractionDigits(2);
> 
> summe = format_zahl.format(summe).replace(",","").replace(".",",");
> 
> i alwys get the us format
> 
> 1,232.23
> 
>  but i need
> 
> 1.121,33 or 1231,22
> 
> why this setting dosent change it?
> 
> 
> 
> ------------------------------------------------------------------------------
> Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
> new data types, scalar functions, improved concurrency, built-in packages, 
> OCI, SQL*Plus, data movement tools, best practices and more.
> http://p.sf.net/sfu/oracle-sfdev2dev 
> 
> 
> 
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to