Re: localization virt-manager

2014-12-08 Thread belyaevigorek
пятница, 28 ноября 2014 г., 16:42:40 UTC+3 пользователь Akira Li написал:
 Беляев Игорь belyaevigo...@yandex.ru writes:
 
  I can't install localization for Virt-manager (virt-manager launched on 
  python2.7 (Windows XP)).
 
 virt-manager is a GUI for KVM, Xen, LXC virtual machines. It is a Linux
 application.
 
I understand that virt-manager is a Linux application. But I ran virt-manager 
on Windows. 

  How do I correctly install location? 
 
 Do you mean *locale*?
 
Under *locale* I understand localization. Not translated strings from *.ui 
files. The problem lies in the localization.
  How can I change the value of the environment variable LANG?
 
 On Windows, you could use *setx* command to set an environment variable.
 
 LANG envvar defines a default value for LC_* envvars on POSIX systems [1]
 that define application's locale (after setlocale() call) e.g., in bash:
 
   $ LANG=en_US.UTF-8 some-program
 
 I don't know whether LANG has any meaning on Windows.
 
 [1] http://pubs.opengroup.org/onlinepubs/007908799/xbd/envvar.html
 
 
 --
 Akira


-- 
https://mail.python.org/mailman/listinfo/python-list


localization virt-manager

2014-11-28 Thread Беляев Игорь
Hello!
I can't install localization for Virt-manager (virt-manager launched on 
python2.7 (Windows XP)).
How do I correctly install location? 
How can I change the value of the environment variable LANG?


-- 
С уважением,
 Беляев Игорь
+79168341810
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: localization virt-manager

2014-11-28 Thread Akira Li
Беляев Игорь belyaevigo...@yandex.ru writes:

 I can't install localization for Virt-manager (virt-manager launched on 
 python2.7 (Windows XP)).

virt-manager is a GUI for KVM, Xen, LXC virtual machines. It is a Linux
application.

 How do I correctly install location? 

Do you mean *locale*?

 How can I change the value of the environment variable LANG?

On Windows, you could use *setx* command to set an environment variable.

LANG envvar defines a default value for LC_* envvars on POSIX systems [1]
that define application's locale (after setlocale() call) e.g., in bash:

  $ LANG=en_US.UTF-8 some-program

I don't know whether LANG has any meaning on Windows.

[1] http://pubs.opengroup.org/onlinepubs/007908799/xbd/envvar.html


--
Akira


-- 
https://mail.python.org/mailman/listinfo/python-list