Hi,
 
David Colettas has jotted down some steps if you are using Flex Builder. I haven't tested it but it should work.
http://www.colettas.org/?p=23
 
In case you are not using Flex Builder, you would first need to do the following
 
* Copy all .properties files from en_US to ja_JP or any other locale and make changes to your files.
* Use compc to generate a swc

Mycompc.bat

"%FLEX_HOME%\sdk\bin\compc.exe" -locale ja_JP -actionscript-classpath ..\locale\{locale} -include-resource-bundles AllResources -output MyBundle.swc (where AllResources is replaced by a space-delimited list of the bundles you want to build)

* Use mxmlc to compile your Application foo.mxml.

Mymxmlc.bat

"%FLEX_HOME%\sdk\bin\mxmlc.exe" -include-libraries=MyBundle.swc foo.mxml

Of course, you might need to change the path's that I have mentioned above.
 
Thanks,
Anant.
 
On 3/22/06, Seet Hing Long <[EMAIL PROTECTED] > wrote:
i just rename the folder to c:\Program Files\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\en_gb\ and it works for me.

I feel bad there is no options to install it as a plugin to normal eclipse as there are many other useful plugins.  Can Adobe clarify that?


Jason Hawryluk <[EMAIL PROTECTED]> wrote:
same problem here for fr_FR and it worked for me. However at the start it got me worried, I searched the lab's for a fr version and promptly started a cold sweat, until I decided to copy it. Funny thing is if you open the store example and modify it, then save, no error occurs on that project.
 
Hopefully someone from Adobe will shed some light here.
 
on a good note I�m finding that compiling is quicker
 
 
Jason
-----Message d'origine-----
De : flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]De la part de John Beynon
Envoy� : mardi 21 mars 2006 12:49

� : flexcoders@yahoogroups.com
Objet : Re: [flexcoders] framework_rb.swc error...

except copying en_us into en_gb isn't fixing it here

On 3/21/06, John Beynon < [EMAIL PROTECTED]> wrote:
a collegue here is seeing it with en_GB too


On 3/21/06, Benoit Hediard < [EMAIL PROTECTED]> wrote:
Yes, I've also faced this problem (but for the fr_FR locale).
Apparently, the only resource bundle currently available in the Beta2 is en_US.
 
So for the moment, you need to copy the folder 'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\us_US' and name it 'pt_br'.
 
Benoit Hediard


De : flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] De la part de Bruno Martins
Envoy� : mardi 21 mars 2006 05:53

� : flexcoders@yahoogroups.com
Objet : [flexcoders] framework_rb.swc error...

 
In Beta 2 I have this problem:
 
Severity Description Resource In Folder Location Creation Time Id
2 unable to open 'C:\Arquivos de programas\Adobe\Flex Builder 2 Beta 2\Flex Framework 2\frameworks\locale\pt_br\framework_rb.swc' merc   21 de Mar�o de 2006 01:26:47 2
 
How to solve it?
 
Tks...


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS







Yahoo! Travel
Find great deals to the top 10 hottest destinations!


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to