python - How to set LANG variable in Windows? -
I am making an application which supports multi language and I Gettext
and Locale
How to set the LANG variable in Windows? In systems like Linux and Unix, it is as simple as
$ LANG = en_US dragon appname.py
and it automatically sets that location Will make special language but in Windows,
C: \ & gt; SET LANG = en_US Dragon Application
or
C: \ & gt; SET LANG = en_US
C: \ & gt; Python appname.py
does not work.
Whatever user it sets in the control panel.
Comments
Post a Comment