Re: Getting the default language with AppleScript
Re: Getting the default language with AppleScript
- Subject: Re: Getting the default language with AppleScript
- From: Gnarlodious <email@hidden>
- Date: Tue, 06 Jul 2004 21:22:25 -0600
Entity Bill spoke thus:
>
~/Library/Preferences/.GlobalPreferences.plist
Well why didn't you say so earlier?
Here's what I'd say:
do shell script "sed -n
'/AppleLanguages/{n;n;s/[^t]*<string>\\(.*\\)<\\/string>/\\1/p;}'
~/Library/Preferences/.GlobalPreferences.plist"
-- Gnarlie
_______________________________________________
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.