• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
What am I missing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: What am I missing
      • From: Bruce Robertson <email@hidden>
  • Prev by Date: Re: Please comment my thoughts -- Need help with application for controlling Time attendance...
  • Next by Date: Get/Set font of clipboard contents?
  • Previous by thread: Re: Capturing parts of text string [Re: Applescript-users Digest, Vol 2, Issue 443]
  • Next by thread: Re: What am I missing
  • Index(es):
    • Date
    • Thread