Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Temporarily change system language via AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Temporarily change system language via AppleScript
Authored by: fds on Jan 03, '07 07:54:29AM

Instead of writing into the global domain, you could set the preference only for the specific application, then it will apply to that application only…

eg.
defaults write com.apple.mail AppleLanguages '("jp", "en-US")'



[ Reply to This | # ]