help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I change my default language environment to English?


From: Jason Rumney
Subject: Re: How do I change my default language environment to English?
Date: Tue, 8 Apr 2008 07:54:45 -0700 (PDT)
User-agent: G2/1.0

On Apr 8, 3:48 am, ExitMoose <vogelp...@gmail.com> wrote:

> Of course, I can just set-language-environment to English each
> time I start up, but I'm looking for a more permanent solution.  How do I
> change it so Emacs starts up in English instead of in Japanese?

In Emacs, find-file (C-x C-f) ~/.emacs

This will probably be a new file, unless you've already saved some
customizations.

At the top of the file, put:

(set-language-environment "English")

C-x C-s to save, and next time you start Emacs, it will be executed
for you automatically.

Alternatively, if this is bothering you in other programs too, you
could go into the Regional Settings control panel, and change the
language in the dropdown menu on both the first and last tabs to one
of the English options (you can customize the settings on the first
tab if you want to get the date and currency back to Japanese format).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]