Re: [qooxdoo-devel] Locale - combination of multiple locales

2014-02-24 Thread kirra5
Thank you for your help! But unfortunately, this is not a solution. The "changeLocale" events will be fired and will need to update all the components properly. I can't change the setLocale, when I enter the form, because multiple forms will be visible at the same time (and also other components)

Re: [qooxdoo-devel] Locale - combination of multiple locales

2014-02-23 Thread thron7
On Wed, Feb 12, 2014 at 9:22 AM, kirra5 wrote: > Hi > > Is it possible to combine/use different locale information on two parts of > the same application? > > *For example:* the whole application should have the locale "en", but a > specific part (this can be, for example, a form) of the applicati

Re: [qooxdoo-devel] Locale - combination of multiple locales

2014-02-12 Thread Peter Schneider
Hello, one possible "solution" / work-around might be just to override the 'tr' method in that specific dialog. That overridden method will always use the "de" locale for example -- qx.Class.define("app.ui.FooDialog", { ext

[qooxdoo-devel] Locale - combination of multiple locales

2014-02-12 Thread kirra5
Hi Is it possible to combine/use different locale information on two parts of the same application? *For example:* the whole application should have the locale "en", but a specific part (this can be, for example, a form) of the application should be using the locale "de". I was thinking about

Re: [qooxdoo-devel] locale-Parameter at method getDateFormat() doesn't work

2010-04-13 Thread ReHa
The missing "de" entry in config.json was the matter. Now everything works fine: Code: qx.locale.Manager.getInstance().setLocale("de"); this.debug("de: " + qx.locale.Date.getDateFormat("medium")); qx.locale.Manager.getInstance().setLocale("en"); this.debug("en: " + qx.locale.Date.getDateFormat("m

Re: [qooxdoo-devel] locale-Parameter at method getDateFormat() doesn't work

2010-04-13 Thread Alexander Steitz
Hi, On Tuesday April 13 2010 08:58:47 ReHa wrote: > i tried the following test to use getDateFormat() in Qooxdoo 1.0.1, but the > result is always the same - the locale-Parameter seems to have no effect: > > Code: > qx.locale.Manager.getInstance().setLocale("de"); > this.debug("de: " + qx.locale

Re: [qooxdoo-devel] locale-Parameter at method getDateFormat() doesn't work

2010-04-13 Thread thron7
On 04/13/2010 08:58 AM, ReHa wrote: > > Hello, > > i tried the following test to use getDateFormat() in Qooxdoo 1.0.1, but the > result is always the same - the locale-Parameter seems to have no effect: > > Code: > qx.locale.Manager.getInstance().setLocale("de"); > this.debug("de: " + qx.loca

[qooxdoo-devel] locale-Parameter at method getDateFormat() doesn't work

2010-04-13 Thread ReHa
Hello, i tried the following test to use getDateFormat() in Qooxdoo 1.0.1, but the result is always the same - the locale-Parameter seems to have no effect: Code: qx.locale.Manager.getInstance().setLocale("de"); this.debug("de: " + qx.locale.Date.getDateFormat("medium", "de")); this.debug("en:

[qooxdoo-devel] Locale changing leads to IE problem

2008-08-14 Thread Dioc
Hello, I am using qooxdoo 0.7.3. I found an annoying problem that is related to Internet Explorer and locale changing. I posted the corresponding bug http://bugzilla.qooxdoo.org/show_bug.cgi?id=1181 #1181 in Bugzilla. Is there a workaround to prevent this problem? Any help will be very apprecia

Re: [qooxdoo-devel] locale/build

2007-09-17 Thread Fabian Jakobs
Richard Bondi schrieb: > Greetings, > > I had a problem with number format. Specifically, with es_MX for > Mexico. I fixed it by changing > > frontend/framework/source/class/qx/locale/data/es_MX.js to: > > qx.locale.Locale.define("qx.locale.data.es_MX", { > cldr_number_decimal_separator: ".",

Re: [qooxdoo-devel] locale/build

2007-09-17 Thread Helder Miguel Magalhães
rb, According to my (somehow preliminar) knowledge of qooxdoo translation infrastructure, one should probably create/change "es_MX.xml", including only the change you are suggesting. All other default fields will revert to general spanish ("es.xml"). Check out "en_US.xml" and "en.xml" for a go

[qooxdoo-devel] locale/build

2007-09-16 Thread Richard Bondi
Greetings, I had a problem with number format. Specifically, with es_MX for Mexico. I fixed it by changing frontend/framework/source/class/qx/locale/data/es_MX.js to: qx.locale.Locale.define("qx.locale.data.es_MX", { cldr_number_decimal_separator: ".", cldr_number_group_separator: "," });

Re: [qooxdoo-devel] Locale

2007-07-25 Thread Eli
It ran. Thank you. Eli Alex Back escreveu: > Hi Eli, > > I think the language code for Spanish is "es". So > > APPLICATION_LOCALES = pt es en > > would be correct, I think. > > cheers, > Alex - This SF.net email is

Re: [qooxdoo-devel] Locale

2007-07-25 Thread Alex Back
Hi Eli, Eli wrote: > Only to confirm, in Makefile of my application, does line below set the > languages Portuguese, Spanish and English respectively? > > > APPLICATION_LOCALES = pt sp en I think the language code for Spanish is "es". So APPLICATION_LOCALES = pt es en would be correct, I think.

[qooxdoo-devel] Locale

2007-07-25 Thread Eli
Only to confirm, in Makefile of my application, does line below set the languages Portuguese, Spanish and English respectively? APPLICATION_LOCALES = pt sp en -- Eli - This SF.net email is sponsored by: Splunk Inc. Sti