Re: Dialects
Re: Dialects
- Subject: Re: Dialects
- From: David Blache <email@hidden>
- Date: Fri, 10 Nov 2000 16:54:45 -0600
on 11/10/2000 3:28 PM, Marc K. Myers wrote:
>
1.Where and how does one obtain different dialect files for AppleScript?
>
2.Once you have multiple dialects, how do you switch between them?
Do you want to localize a script for running on foreign language systems?
It's a little hard to tell from your post what you mean by "dialect files".
I wrote a small scriptable application called System Language:
http://MicrocosmSoftware.com/products.html
I use System Language to determine the language. Then I use Akua Sweets
resource commands to read a corresponding STR# resource for use in my
script. Each STR# resource contains a localized version of every string in
my script. What I end up with is a script that can automatically detect,
and switch to the current language, all without user-interaction. Works
great. :)
Hope this helps. Enjoy.
References: | |
| >Dialects (From: "Marc K. Myers" <email@hidden>) |