2010/3/14 Stephen Gourlay <[email protected]> > Can I change the language of the menus etc. to one that is different from > the operating system? I want to install Mnemosyne with English menus on a > computer with a French version of Windows. (I installed it twice, could not > see a language choice option, and it defaulted to menus in French). > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "mnemosyne-proj-users" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]<mnemosyne-proj-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/mnemosyne-proj-users?hl=en. >
Sure! In the directory C:\Documents and Settings\<your username\.mnemosyne , there's a file named config.py. Open it up with Notepad or something similar, then look for the line that says "locale = None". Change that line to read: locale = 'en' Mind the single quotes. This'll work for any other language, too; I have mine set to locale = 'ja' (Japanese). -- Jesse Weaver -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
