Re: Getting the default language with AppleScript
Re: Getting the default language with AppleScript
- Subject: Re: Getting the default language with AppleScript
- From: Martin Orpen <email@hidden>
- Date: Tue, 06 Jul 2004 22:26:33 +0100
on 6/7/04 8:35 pm, Paul Skinner at email@hidden wrote:
>
do shell script "defaults read -globalDomain AppleLocale"
Nice one Paul - and no need to type "-globalDomain" as "-g" is good enough:
do shell script " defaults read -g AppleLocale"
But where is this plist file?
Regards
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.