Apr 02 2008
Flex Builder non-english Character Set Problem
When you install flex builder into a windows machine which has a non- english local settings, you may get the following error while you compile your applications.
Could not resolve <mx:Script> to a component implementation
if you get this error, you need to edit your FlexBuilder.ini file. It is located in the root directory of your flex installation .(default: C:\Program Files\Adobe\Flex Builder 3)
At the end of your FlexBuilder.ini file, you must add the following lines:
-Duser.language=en
-Duser.location=us
Then save the file, restart flex builder and it’s done!


Thank you for the workaround. It saved my day, my first glance at Flex!