Zend Studio 5.5 的下载地址:http://down.chinaz.com/soft/2635.htm
注册机:http://www.cnblogs.com/Files/macleo/d-cf5ze2.zip
这个是带中文的,但是选项菜单里没有中文选项,只能手工改了:
把这个目录Documents and Settings/用户名/ZDE/config_5.5下的desktop_option.xml中的<locale language="en" country="" variant=""/>改成<locale language="zh" country="" variant=""/>,<encoding name="default"/>改成<encoding name="UTF-8"/>,注意要在关闭zend软件的情况下改,否则又会被改回来。
<?xml version='1.0' encoding='UTF-8'?>
<zde_properties>
<properties>
<customized_property ID="desktop.laf">
<boolean value="true"/>
</customized_property>
<customized_property ID="desktop.antialiasing">
<boolean value="false"/>
</customized_property>
<customized_property ID="desktop.language">
<locale language="zh-cn" country="" variant=""/>
</customized_property>
<customized_property ID="desktop.font">
<font name="Dialog" style="0" size="12"/>
</customized_property>
<customized_property ID="editing.encoding">
<encoding name="default"/>
</customized_property>
<customized_property ID="desktop.phpVersion">
<phpVersion value="PHP5"/>
</customized_property>
<customized_property ID="desktop.includeFrameworkData">
<boolean value="true"/>
</customized_property>
<customized_property ID="editing.supportAspTags">
<boolean value="true"/>
</customized_property>
<customized_property ID="desktop.internalBrowser">
<boolean value="true"/>
</customized_property>
<customized_property ID="browser.commandLine">
<string value="C:/Program Files/Internet Explorer/IEXPLORE.EXE"/>
</customized_property>
<customized_property ID="editing.manualUrl">
<manual_url spec="file:///C:/Program Files/Zend/ZendStudio-5.5.0/docs/PHPmanual/" local="true"/>
</customized_property>
<customized_property ID="encoder.encoderCommandLine">
<file name="C:/Program Files/Zend/ZendGuard-4.0.0/bin/ZendGuard.exe"/>
</customized_property>
<customized_property ID="desktop.showHiddenFiles">
<boolean value="false"/>
</customized_property>
<customized_property ID="filesystem.filesystemModificationCheckEnabled">
<boolean value="true"/>
</customized_property>
<customized_property ID="filesystem.filesystemModificationCheckTime">
<integer value="1000"/>
</customized_property>
<customized_property ID="editing.automaticFileReload">
<boolean value="false"/>
</customized_property>
<customized_property ID="editing.searchResultDisplaySize">
<integer value="1000"/>
</customized_property>
</properties>
</zde_properties>