RE: [flexcoders] Localization in Actionscript file

2012-11-06 Thread Gordon Smith
the ComboBox. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sony antony Sent: Tuesday, November 06, 2012 2:26 AM To: flex coders Subject: [flexcoders] Localization in Actionscript file Hello friends, I have a scenario like I need to implem

RE: [flexcoders] Localization in Actionscript file

2012-11-06 Thread Merrill, Jason
: flex coders Subject: [flexcoders] Localization in Actionscript file Hello friends, I have a scenario like I need to implement localization in actionscript files. Accessing strings from respective .properties files(resource files) for different locales. We are using resourcebundle class for that

[flexcoders] Localization in Actionscript file

2012-11-06 Thread sony antony
Hello friends, I have a scenario like I need to implement localization in actionscript files. Accessing strings from respective .properties files(resource files) for different locales. We are using resourcebundle class for that. And we have ComboBox in that page. We need to change the display l

Re: [flexcoders] Localization problems mainly on Macs - Cannot switch to second input Language

2010-02-03 Thread Peeyush Tuli
gt;> On Mon, Feb 1, 2010 at 10:44 PM, Gordon Smith wrote: >> >>> >>> >>> Fotis, I contacted the relevant Player engineer and he replied "First >>> I’ve heard of it. Can we get a bug filed with repro steps fit for people >>> who don’t know how to do Greek inp

Re: [flexcoders] Localization problems mainly on Macs - Cannot switch to second input Language

2010-02-03 Thread Fotis Chatzinikos
Gordon >> >> >> >> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On >> Behalf Of *fotis.chatzinikos >> *Sent:* Friday, January 29, 2010 5:13 AM >> *To:* flexcoders@yahoogroups.com >> *Subject:* [flexcoders] Localization problems mainl

Re: [flexcoders] Localization problems mainly on Macs - Cannot switch to second input Language

2010-02-02 Thread Fotis Chatzinikos
r bug filed? > > > > - Gordon > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *fotis.chatzinikos > *Sent:* Friday, January 29, 2010 5:13 AM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Localization problems

RE: [flexcoders] Localization problems mainly on Macs - Cannot switch to second input Language

2010-02-01 Thread Gordon Smith
Gordon From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of fotis.chatzinikos Sent: Friday, January 29, 2010 5:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Localization problems mainly on Macs - Cannot switch to second input Language Any ideas why o

[flexcoders] Localization problems mainly on Macs - Cannot switch to second input Language

2010-01-29 Thread fotis.chatzinikos
Any ideas why on mac browsers we can not control-shift (or whatever is the appropriate keys combo to switch to another language) to Greek for example (some minor windows browsers as well)? The language indicator some times switches to Greek but still all text inputs are broken. Either empty spac

Re: [flexcoders] localization

2010-01-29 Thread Fotis Chatzinikos
am > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Fotis Chatzinikos > *Sent:* Thursday, January 28, 2010 3:49 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] localization > > > > > > Sorry

RE: [flexcoders] localization

2010-01-28 Thread Gordon Smith
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] localization Sorry for being slightly off topic, but I also have a localization problem and Gordon seems the right person to ask.. Any ideas why on mac browsers we can not control-shift (or whatever is the appropriate keys combo to sw

Re: [flexcoders] localization

2010-01-28 Thread Fotis Chatzinikos
the OS supports. > > > > - Gordon > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *ZIONIST > *Sent:* Wednesday, January 27, 2010 9:43 PM > > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] localization > > > > > > hi guys i would like to set different currency symbols for countries, so > that if a product is particular to a certain country, that countries > currency symbol is used instead of the dollar sign. how do i achieve this > with localization? > > >

RE: [flexcoders] localization

2010-01-28 Thread Gordon Smith
which uses operating-system routines to do currency formatting for any locale that the OS supports. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of ZIONIST Sent: Wednesday, January 27, 2010 9:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] loc

RE: [flexcoders] localization

2010-01-28 Thread Gregor Kiddie
In the best impression of Tom that I can manage... This link has all the answers. http://tinyurl.com/yet2dqc Gk. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of ZIONIST Sent: 28 January 2010 05:43 To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] localization

2010-01-27 Thread ZIONIST
hi guys i would like to set different currency symbols for countries, so that if a product is particular to a certain country, that countries currency symbol is used instead of the dollar sign. how do i achieve this with localization?

[flexcoders] Localization problem compiling .properties resource into swf

2009-04-30 Thread guy.tomer
Hello, I have a .properties file put under src/locale/en_US I changed the compiler arguments to: "-locale=en_US -allow-source-path-overlap=true -source-path=locale/en_US" Now the strange thing - I have 2 applications in this project. One specifically for testing the localization, the other is t

[flexcoders] Localization vs. normal assets in Flex Builder

2009-02-24 Thread Borek
My scenario is simple: I use resource bundles to localize UI elements and also want Flex Builder to copy my normal assets to the output dir (for instance, in the /src/assets folder, I have several icons for the AIR app). To my surprise, it seems that I can use either localization or automatic copy

Re: [flexcoders] Localization without SDK modification?

2009-02-20 Thread Robert Vollmar
Hello, The frameworks/flex-config.xml file contains this entry, which tells the compiler to look for a directory for the locale: locale/{locale} First, you can remove this entry or create an empty frameworks/locale/Your_Locale directory to make the compiler happy. I prefer to make the empty

[flexcoders] Localization without SDK modification?

2009-02-20 Thread Borek
Is it possible to use Flex localization without creating additional folders in ...\Flex Builder 3 Plug-in\sdks\3.1.0\frameworks\locale ? I'm asking for the sake of version control - I would like to add localization capabilities to my Flex app but don't want to check the Flex SDK in or depend on man

[flexcoders] Localization of Context Menu

2009-01-28 Thread Sreejith P
Hi, While working with my application's localization I found a strange behavior with context menu. I externalized all my application string to a properties file.So every locale will have corresponding properties files.After that we make the resource module form these properties files.We will load

Re: [flexcoders] Localization with subdirectories is possible?

2008-05-19 Thread Leonardo Moreno
> Gordon Smith > > Adobe Flex SDK Team > > > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behalf Of *Leonardo Moreno > *Sent:* Monday, May 19, 2008 9:49 AM > *To:* flexcoders@yahoogroups.

RE: [flexcoders] Localization with subdirectories is possible?

2008-05-19 Thread Gordon Smith
nt: Monday, May 19, 2008 9:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Localization with subdirectories is possible? Hi coders I'm starting with localization with Flex. I hava the normal structure "src/locale/en_US/" for the bundles. I'd like to have this cont

[flexcoders] Localization with subdirectories is possible?

2008-05-19 Thread Leonardo Moreno
Hi coders I'm starting with localization with Flex. I hava the normal structure "src/locale/en_US/" for the bundles. I'd like to have this content structured with subdirectories but when I try to declare the bundle in the mxml it doesn't find nothing. Do I have to put all the resource bundles

RE: [flexcoders] Localization issue: Using resourceManager.getString in an ActionScript class

2008-03-24 Thread Gordon Smith
@yahoogroups.com Subject: [flexcoders] Localization issue: Using resourceManager.getString in an ActionScript class I had an mxml component with bindings to {resourceManager.getString...} and by updating the resourceManager.localChain I could see the resources getting updated at runtime. I'v

[flexcoders] Localization issue: Using resourceManager.getString in an ActionScript class

2008-03-22 Thread paulbohnenkamp
I had an mxml component with bindings to {resourceManager.getString...} and by updating the resourceManager.localChain I could see the resources getting updated at runtime. I've now converted the MXML component to an ActionScript class where I'm using resourceManager.getString throughout the cr

Re: [flexcoders] localization issue: acute accents display incorrectly

2008-03-12 Thread Andrew Wetmore
I had the same problem until I figured out that when you create a properties file Flex Builder does not give it a UTF-8 encoding. Create a new properties file, right mouse click on it and select "Properties" select "other" encoding and select UTF-8 from the dropdown menu, save the settings, copy t

[flexcoders] localization issue: acute accents display incorrectly

2008-03-12 Thread paulbohnenkamp
Hi, I have the following key-val combo in locale/es_US/app.properties file: Meeting.Info=Informacion para Reunión In my app when I switch language to Spanish at runtime it appears correctly, except the o in the last word with the acute accent over it displays as a square. Any ideas what I'm d

[flexcoders] Localization problem with Arabic Language

2008-01-07 Thread Jávéd Hussain
Hi All, Iam having a problem in Arabic language in localization i.e. it is not joining the charaters to make words, this happening only on my machine, if i try n run the same application on any other machine it workds fine, any idea wat wud be the issue??? Regards, Javed. ___

RE: [flexcoders] localization options in flex 2

2007-09-24 Thread Gordon Smith
Yes, I'd like to understand your use case. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Holmes Sent: Monday, September 24, 2007 1:20 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] localization optio

RE: [flexcoders] localization options in flex 2

2007-09-24 Thread Brian Holmes
ilto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Monday, September 24, 2007 2:08 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] localization options in flex 2 In Flex 3, the ResourceManager manages ResourceBundle instances, and it doesn't care where they come from. They

RE: [flexcoders] localization options in flex 2

2007-09-24 Thread Gordon Smith
smith Sent: Monday, September 24, 2007 9:57 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] localization options in flex 2 Hey Brian, Thanks for sharing this. This looks really promising. This looks even better than the support Flex 3 will have for localization. What is left on the pr

RE: [flexcoders] localization options in flex 2

2007-09-24 Thread Brian Holmes
Behalf Of aaron smith Sent: Monday, September 24, 2007 10:57 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] localization options in flex 2 Hey Brian, Thanks for sharing this. This looks really promising. This looks even better than the support Flex 3 will have for localization. What

Re: [flexcoders] localization options in flex 2

2007-09-24 Thread aaron smith
offlist. > > brian.. > > -- > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *aaron smith > *Sent:* Sunday, September 23, 2007 8:22 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] localization options

RE: [flexcoders] localization options in flex 2

2007-09-24 Thread Brian Holmes
na release it open source) I'd be more than willing to send you the code. just contact me offlist. brian.. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aaron smith Sent: Sunday, September 23, 2007 8:22 PM To: flexcoders@y

RE: [flexcoders] localization options in flex 2

2007-09-24 Thread Mike Krotscheck
aaron smith Sent: Sunday, September 23, 2007 10:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] localization options in flex 2 Quick question. I'm looking into localization for an app, and one of my concerns is that every piece of text has to be in the correct language for a regio

[flexcoders] localization options in flex 2

2007-09-24 Thread aaron smith
Quick question. I'm looking into localization for an app, and one of my concerns is that every piece of text has to be in the correct language for a region. en, fr, etc. But there is quite a bit of text. So instead of having a .properties files for all these different languages for every piece of t

[flexcoders] Localization Proxy and Compiler Warnings

2007-09-11 Thread Mike Krotscheck
I am attempting to create a localization strings ValueObject class that acts as a proxy to an XML file. The following code below works just as designed, however everytime I try to bind to it the compiler throws a warning that the application will not be able to detect changes to said variable. Is t

RE: [flexcoders] Localization - URGENT

2007-01-24 Thread Gordon Smith
Wednesday, January 24, 2007 6:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Localization - URGENT Hi all, I'm looking into Localization and I can't seem to find how to change a locale at runtime. If you compile the project, you can specify which locale to use, but what i

RE: [flexcoders] Localization - URGENT

2007-01-24 Thread João Fernandes
: flexcoders@yahoogroups.com Subject: [flexcoders] Localization - URGENT Hi all, I’m looking into Localization and I can’t seem to find how to change a locale at runtime. If you compile the project, you can specify which locale to use, but what if runtime a user can change the language??? Lieven

[flexcoders] Localization - URGENT

2007-01-24 Thread Lieven Cardoen
Hi all, I'm looking into Localization and I can't seem to find how to change a locale at runtime. If you compile the project, you can specify which locale to use, but what if runtime a user can change the language??? Lieven Cardoen Lieven Cardoen Application developer indiegroup intera