Changes between Version 150 and Version 151 of Faq


Ignore:
Timestamp:
02/26/2013 12:35:59 PM (10 years ago)
Author:
Cas
Comment:

tidy up text

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v150 v151  
    495495== How can i change language in Deluge GUI for Windows == 
    496496 
    497 This is a GTK issue on Windows.  
    498  
    499  There are several options.  
    500 Set the global LANG  environment variable to the language you require.  
    501 Delete the language files from Deluge program folder: 
    502 {{{ 
    503 C:\Program Files\Deluge\deluge-1.3.3-py2.6.egg\deluge\i18n 
    504 }}} 
    505 A fix was recently suggested in this  forum post:  
    506  
    507  Open notepad, type in: 
    508 {{{ 
     497There is a bug in the way GTK sets language on Windows but there are several workarounds: 
     498 
     499 * Set the global LANG environment variable to the language you require.  
     500   
     501 * Delete the language files from Deluge program folder: `C:\Program Files\Deluge\deluge-1.3.x-py2.6.egg\deluge\i18n` 
     502 
     503 * Open notepad, type in: 
     504    {{{ 
    509505set lang=en 
    510  start deluge.exe 
    511 }}} 
    512 Save the file as 'Deluge.cmd' in the same folder as 'Deluge.exe'. Create a shortcut to that .cmd and use it to start Deluge. 
     506start deluge.exe 
     507     }}} 
     508   Save the file as `Deluge.cmd` in the same folder as `Deluge.exe`. Create a shortcut to the .cmd file and use it to start Deluge. 
    513509 
    514510----