五 192008
Zend Studio是一个非常杰出的PHP IDE。5.5是多国语言版本的。
可以通过以下方法将默认语言改成中文版的。
打开{系统盘符}:\Documents and Settings\{你的用户名}\ZDE\config_5.5\desktop_options.xml
将
<customized_property ID=”desktop.language”>
<locale language=”en” country=”" variant=”"/>
</customized_property>
改成
<customized_property ID=”desktop.language”>
<locale language=”zh” country=”" variant=”"/>
</customized_property>
即可。
关闭后记得把文件设置为只读,不然的话,在IDE中的“首选项”进行设置后又会变成英文的了:)