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 the application itself. When I run the test mxml everything works fine, when I run the other one the ResourceBundle isn't loaded. Any ideas? Thanks! Guy

