User Guide
The Dreamweaver DOM 75
The dreamweaver object has a property called systemScript that lets you query the language of
the user’s operating system. Use this property if you need to include special cases in your
extension code for localized operating systems, as shown in the following example:
if (dreamweaver,systemScript && (dreamweaver.systemScript.indexOf('ja')!=-1){
SpecialCase
}
The systemScript property returns the following values for localized operating systems:
Operating systems for all European languages return
'en'.
The site object
The
site object has no properties. For information about the methods of the site object, see the
Dreamweaver API Reference.
Language Value
Japanese
ja
Korean
ko
TChinese
zh_tw
SChinese
zh_cn