How to force Zend Studio to use Russian language interface

Posted by Dmytro Shteflyuk on under PHP

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!