• 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
Applescript localization support
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Applescript localization support


  • Subject: Applescript localization support
  • From: "parag vibhute" <email@hidden>
  • Date: Mon, 16 Jun 2008 18:37:52 +0530


I have following script for generating an email in Apple Mail application:

tell application "Mail"
    set theMessage to make new outgoing message with properties {visible:true, subject:"My Subject", content:"My Body"}
    tell theMessage
        make new to recipient at end of to recipients with properties {address:"email@hidden"}
    end tell      
end tell

Now I want to make content of email("My Body" in above script) in Chinese language instead of English, how can I do it? I tried in script editor but whenever I compile the script chinese characters gets changed to some garbage character. What should I do?

Thanks,
Palav

--

There are many things in your life that will catch your eye but only a few will catch your heart....pursue those'.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Applescript localization support
      • From: "parag vibhute" <email@hidden>
  • Prev by Date: Re: Passing argumenst to C executable from Apple script
  • Next by Date: Re: a way to catch an error in do shell script CDM password
  • Previous by thread: Re: Passing argumenst to C executable from Apple script
  • Next by thread: Re: Applescript localization support
  • Index(es):
    • Date
    • Thread