Why is locale set to ja_JP?
This is annoying the heck out of me. For some reason, I’m not sure when, my locale got set to ja_JP instead of en_US I did the update in eclipse and I’m wondering if it somehow got the japanese version of the SDK instead of the US version.
Each time I create a new project I get -locale ja_JP added to the compiler arguments. It’s an easy fix, just remove that or change it to en_US, but I have to do that each time I create a new project. If I could even find the file that’s making that setting, I would be happy to manually alter it, but I haven’t even been able to find that. My flex-config.xml file appears to be set to en_US also, so I have no clue how ja_JP is getting in there.
If anyone has any ideas, I’d be extremely grateful.
Try looking at the build.xml file of your Flex SDK. Let me know if you find anything there.
Thanks for the suggestion Javier. I actually figured out where the issue was and made a subsequent post about the fix here