[MonoDevelop] How to change interface language? (Windows)

theResistance dave6 at interfree.it
Mon Jan 18 06:14:34 EST 2010


Well I'm not sure why it doesn't work for you, another method you could try
(besides removing your language folder which is a bit "brute force") is to
export the Lang variable globally, something like this:

set LANG=us_EN.UTF-8
start MonoDevelop.exe

This will work for sure!
It seems also that Monodevelop "remembers" the last language used, since I
don't have to launch this bat file every time, I just run the exe and I get
the english interface

Best regards
Davide


s_adams wrote:
> 
> 
> theResistance wrote:
>> 
>> Hello,
>> the best way I found to do that is to create a batch/cmd file with the
>> following content:
>> 
>> start MonoDevelop.exe LANG=us_EN.UTF-8
>> 
>> And place it where Monodevelop was installed (tipically c:\program
>> files\Mondodevelop\bin)
>> Launching this will pass the variable LANG as set to English to
>> Monodevelop.
>> 
>> Enjoy
>> Best Regards
>> Davide
>> 
> 
> This doesn't work for me - it still runs in my OS's region language. I'm
> pretty keen to use Monodevelop, but having it in a language other than
> English is turning into a major headache for me. It would be great if the
> dev team could allow us to choose our language. 
> 
> Edit : found a crude work around to revert to English. Uninstall GetText
> (under Add-in manager > IDE), then look in your MonoDevelop install folder
> under /bin/locale ... delete the folder with the language code you want
> removed. Now it loads in English. I'm not sure if GetText is needed for
> something else, but so far, so good.
> 

-- 
View this message in context: http://old.nabble.com/How-to-change-interface-language--%28Windows%29-tp25943606p27209061.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.



More information about the Monodevelop-list mailing list