[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

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: path-elementlocale/{locale}/path-element First, you can remove this entry or create an empty frameworks/locale/Your_Locale directory to make the compiler happy. I