Re: Script editor/Finder weirdness
Re: Script editor/Finder weirdness
- Subject: Re: Script editor/Finder weirdness
- From: David Graham <email@hidden>
- Date: Sat, 31 Mar 2001 08:25:24 -0800
At 4:30 PM -0800 3/30/01, Michelle Steiner wrote:
>
When I double-click a script, it opens a Spanish version of the Script
>
Editor, located at
>
>
Dora:system:library:core services:Classic
>
Startup.app:Contents:Resources:Spanish.lproj:SystemFiles:Editor de Scripts
>
>
How can I get it to launch the right version of Script Editor?
Try this:
If you have already installed the developer tools you can use the PropertyListEditor application. Otherwise just use a text editor to open the plist directly. All OSX property lists are stored in an XML document so even using a text editor it should be easy to find what you need.
You'll want to open the file located in Applications/Applescript/Script Editor/Contents/Info.plist in either the PropertyListEditor or a text editor. Note: if you try to browse this path with the finder you'll stop at the Script Editor app. The rest is inside the package, which you can get into by right clicking and selecting 'Show Package Contents'.
If you are using a text editor look for this:
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
I rather suspect that the string value 'English' is instead showing 'Spanish' in your case.
If you are using the PropertyListEditor you can't miss it. The key 'CFBundleDevelopmentRegion' is the first item under root.
I hope this helps you.
- Dave
--
==============================================================
David Graham Partnerships With Industry
MIS Manager 7540 Metropolitan Dr., #105
voice : 619.681.1999 San Diego, CA 92108
fax : 619.681.1990
http://www.pwiworks.org
AOL IM: dmgraham22
mailto:email@hidden
"We assist persons with disabilities to work in the community"
==============================================================
Please join us at the Walk for Opportunity 2001!
April 7, 2001 - Mission Bay
For more information -
http://www.pwiworks.org
or call Community Relations at 619-681-1999
PWI's Walk goals:
* raise awareness of the abilities of PWI clients,
* raise funds to expand PWI's outreach,
* enjoy a walk at a beautiful location.
Come and join the fun!