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)
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
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
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
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
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
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
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:
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
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: ".",
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
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: ","
});
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
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.
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
15 matches
Mail list logo