What am I missing
What am I missing
- Subject: What am I missing
- From: Wade Girard <email@hidden>
- Date: Tue, 5 Jul 2005 13:46:01 -0500
I am trying to make an Applescript Application bundle for the sole purpose of being able to have the name of my AppleScript Application bundle be localized. So from within Script Editor I saved as an Application bundle. I opened the bundle and edited in Info.plist and added:
<key>LSHasLocalizedDisplayName</key> <true/>
I then created directories in /Contents /Resources /English.lproj /French.lproj etc...
for the various languages (EFIGS+J for me)
and in each of these directories I created a UTF 16 text file that contains the following
/* Localized versions of Info.plist keys */
CFBundleName = "English Application"; CFBundleDisplayName = "English Application";
And for the other languages I used the language name (i.e. "French") for their respective application bundle names.
for some reason this is not working. What am I missing.
-Wade |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden