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

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -