Applescript localization support
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