Re: Localization - what language is the host OS using?
Re: Localization - what language is the host OS using?
- Subject: Re: Localization - what language is the host OS using?
- From: Frank Watzl <email@hidden>
- Date: Sun, 29 Oct 2000 13:51:06 +0100
At 20:52 Uhr -0500 28.10.2000, JollyRoger wrote:
Anyone know if it is possible to determine what language a host system is
using? I'd like to be able to tell if the script is running on a French,
German, or English version of Mac OS. Any ideas?
hi,
tell application "Finder"
set fndrVers to version --try product version, too.
end tell
if "d" is in fndrVers then set isGerman to true
--"d" for "Deutsch"
--?? for "French"?
--?? for "???" ?
Frank Watzl
--??