russian | Dmytro Shteflyuk's Home https://kpumuk.info In my blog I'll try to describe about interesting technologies, my discovery in IT and some useful things about programming. Mon, 07 Sep 2015 23:31:34 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 How to force Zend Studio to use Russian language interface https://kpumuk.info/php/how-to-force-zend-studio-to-use-russian-language-interface/ https://kpumuk.info/php/how-to-force-zend-studio-to-use-russian-language-interface/#comments Tue, 07 Mar 2006 05:12:59 +0000 http://kpumuk.info/php/how-to-force-zend-studio-to-use-russian-language-interface/ 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: 123<customized_property ID="desktop.language"> […]

The post How to force Zend Studio to use Russian language interface first appeared on Dmytro Shteflyuk's Home.]]>
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!

The post How to force Zend Studio to use Russian language interface first appeared on Dmytro Shteflyuk's Home.]]>
https://kpumuk.info/php/how-to-force-zend-studio-to-use-russian-language-interface/feed/ 36