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: Greg Strange <email@hidden>
- Date: Sun, 29 Oct 2000 11:39:52 -0600
Only guessing here but couldn't you script a dialog with standard buttons
and then trap for the button returned in each language you want to trap for?
Like
display dialog "This will show a Cancel button in the language you are
currently working in."
if button returned of the result is "Abbrechen" then
--mach was deutsches
else
--fait queluechose francais
end if
Or maybe I am missing something.
Greg Strange