How to force Zend Studio to use Russian language interface

Mar 07
2006 07:12 (PHP) · Русский (17,513 views)

By default Zend Studio does not allow to change interface language to Russian. I found simple trick to do so. Go to the config folder (config_5.0 for Zend Studio 5.0 and config_5.1 for 5.1 version). This folder usually placed under c:Documents and Settings<Your Current User>ZDE.

Then open desktop_options.xml file and find following strings:

1
2
3
<customized_property ID="desktop.language">
    <locale language="en" country="" variant=""/>
</customized_property>

You need just to change language attribute to ru and country attribute to RU. That’s All!

Parabox Style — Nice theme for Zend Studio

Jan 30
2006 12:47 (PHP) · Русский (8,273 views)

Today I’ve found very nice theme for Zend Studio in the Parabox Blog. Here are some screeshots:

PHP Color Scheme HTML Color Scheme

Other screenshots and this theme file you can find here.

 
Copyright © 2005 - 2008, Dmytro Shteflyuk