Joined: Jul 2009
Posts: 40
Thanks:
0
Has anyone tried this? Thus far the only way i can think of to make swich between english and japanese is to change users.
Does anyone know of a better way? Better yet, is there a linux distribution that has integrated language support that allows eng/jap easy switching?
Joined: Oct 2008
Posts: 890
Thanks:
0
Why do you need to switch? Just keep it in Japanese, you can still type in English.
Joined: Jun 2006
Posts: 44
Thanks:
0
What do you mean switch between english and japanese? You want your programs to run in japanese sometimes and english other times? You could try changing the locale, maybe creating shortcuts to run the apps that way...
i.e. LANG=ja_JP LC_ALL=ja_JP oowriter
That may not be totally right, I haven't used linux in 4 years or so so just going off memory there. If you want it to affect everything when you login, maybe toss
export LANG=ja_JP
export LC_ALL=ja_JP
into ~/.login (I believe... someone correct me if I'm wrong though).
If you just meant input (the IME), there should be some keyboard shortcut for switching easily...
Edited: 2009-11-03, 1:16 pm
Joined: Oct 2008
Posts: 890
Thanks:
0
If you just mean IME, you can switch easily by pressing ctrl + space (at least it works using SKIM)