Hi limiar,

> how can i detect in what language is the windows system, there's
> a specific
> script or where can i download some xtra for this ?

it's what 'the environment' is for:
put (the environment)[#osLanguage]
-- "English"

and it has many other interesting information:

put the environment
-- "[ \
#shockMachine:        0, \
#shockMachineVersion: "", \
#platform:            "Windows,32", \
#runMode:             "Author", \
#colorDepth:          32, \
#internetConnected:   #online, \
#uiLanguage:          "English", \
#osLanguage:          "English", \
#productBuildVersion: "178" \
]"

so you see I'm using an english OS with an english release of Director 8,
and d8.5 has bring up some additional datas:

-- Bienvenue dans Director --
put the environment
-- "[ \
#shockMachine:        0, \
#shockMachineVersion: "", \
#platform:            "Windows,32", \
#runMode:             "Author", \
#colorDepth:          32, \
#internetConnected:   #online, \
#uiLanguage:          "French", \
#osLanguage:          "English", \
#productBuildVersion: "102", \
#productVersion:      "8.5.1", \
#osVersion:           "Windows 2000,5,0,148,2,Service Pack 2" \
]"


hth,
.séb

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to