Flex Builder non-english Character Set Problem
[lang_en]
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!
[/lang_en]
[lang_tr]
FlexBuilder’ı windows yüklü bir makinaya kurduysanız ve yerel ayarlarınız da türkçe ise, Flex programınızı derlerken
Could not resolve <mx:Script> to a component implementation
şeklinde bir hata alabilirsiniz. Bu durumda, Flex kurulumunuzun ana klasöründe bulunan FlexBuilder.ini dosyasını düzenlemeniz gerekmektedir.(öntanımlı: C:\Program Files\Adobe\Flex Builder 3)
Dosyanın sonuna aşağıdaki satırları ekleyin, kayıt edin ve Flex Builder’ı yeniden başlatın. Sorunun düzelmiş olacaktır. (umarım
)
-Duser.language=en
-Duser.location=us
[/lang_tr]
Thank you for the workaround. It saved my day, my first glance at Flex!