Change language?

Specific support for Deluge on Microsoft Windows OS
Post Reply
yotomote
New User
New User
Posts: 7
Joined: Tue Jan 22, 2008 5:34 pm

Change language?

Post by yotomote »

My OS is set to spanish but i like all my applications to be in english, is there a way to set deluges language to english without changing system settings? with old version you just needed to delete a folder in locale but this folder does not exist anymore in new versions
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Change language?

Post by andar »

I think this might be accomplished by setting your LANG environment variable to en_US
jesperl
Moderator
Moderator
Posts: 89
Joined: Sun Dec 14, 2008 10:03 pm
Location: Copenhagen

Re: Change language?

Post by jesperl »

andar wrote:I think this might be accomplished by setting your LANG environment variable to en_US
I have LANG=EN (haven't tried EN_US though).
Rion
New User
New User
Posts: 4
Joined: Mon Sep 07, 2009 1:01 am

Re: Change language?

Post by Rion »

I also like to see a "language change" in Preferences and also during installation.
comic strip
New User
New User
Posts: 5
Joined: Tue Mar 16, 2010 10:38 pm

Re: Change language?

Post by comic strip »

Hi,
andar wrote:I think this might be accomplished by setting your LANG environment variable to en_US
how can I do this?

thanks in advance

Found it:
Control Panel -> System and Maintenance -> System -> Advanced system settings -> Environment Variables button
if anyone is interested
flolypops
New User
New User
Posts: 3
Joined: Fri Jul 02, 2010 3:54 pm

Re: Change language?

Post by flolypops »

To change the whole system language you have to install new service pack with different language.
Example: if you have XP SP2 in Eng and want to have it in Italian then you will have to download SP3 in Italian and change some registry keys (Go to HKEY_LOCAL_MACHINESYSTEMControlSet001ControlNlsLanguage registry key and then change the value date for 'Default' and 'InstallLanguage' registry value from 0409 to 0410) and you will be able to install it in Italian.
Fredriko

Re: Change language?

Post by Fredriko »

How to change language in Deluge

Open and edit "deluge.cmd"in your Deluge directory.

Add the line "LANG=enUS" where "enUS" is a language code (in this case U.S. English, another example is "deDE" for German)


This is how my deluge.cmd looks like:

Code: Select all

@ECHO OFF
SET LANG=en_US
SET DELUGEFOLDER="D:\Program\Deluge"
SET STARTX_APP="D:\Program\Deluge\StartX.exe"

IF ""%1"" == """" ( 
  %STARTX_APP% /B /D%DELUGEFOLDER% "D:\Program\Deluge\Deluge-Python\deluge.exe"
) ELSE ( 
  %STARTX_APP% /B /D%DELUGEFOLDER% "D:\Program\Deluge\Deluge-Python\deluge.exe "%1" "%2" "%3" "%4""
)

Thanks all for getting me on the Environment Variables track.

(Pardon my English)
shashilx

Re: Change language?

Post by shashilx »

this is really helpful. but wait.. why u ask me to use trick? ohh I understand. It's sooooo fucking hard to make choice and then spoof language variable so user not use trick, yeah? This is what programming at all. Use trick we do not bother small glitches.

p.s. hello from programmer. and yeah, you ask - if i programmer - why i not make patch? but why i must? developers only make carcas? then declare that u make carcas. don't make us think that this is end user product. also this is not big deal. it's 2 strings of code.
waza123

Re: Change language?

Post by waza123 »

Please add language change to Settings/Options/Preferences !

Nobody wants to make some batch files and learn batch language to make a program which will change the language of Deluge app.

And add ability to open file when its downloaded, with dclick on downloaded file in the list & right click open file.
User avatar
SMed79
New User
New User
Posts: 2
Joined: Sun May 24, 2015 9:28 am

Re: Change language?

Post by SMed79 »

Set default language to Deluge on linux? http://forum.deluge-torrent.org/viewtop ... =7&t=51275
Liste AR Adblock Plus & Liste FR author, an ad-blocking subscription for Arabic and French web sites.
http://code.google.com/p/liste-ar-adblock/
http://www.adblock-listefr.com/
http://forums.lanik.us/
Post Reply