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

Re: How do I control the language used by gtk ?



Ionutz Borcoman <borco@borco-ei.eng.hokudai.ac.jp> writes:

> Everything is OK with the fontset but I have a problem now: the gtk load
> file dialog is displayed now with Japanese text. How do I force it to
> use English text ? How do I prevent other applications using Japanese
> for messages, etc. ? How do I set locale at running time ?
> setlocale(LC_ALL,"ja_JP.ujis") doesn't work correctly :-(

$ export LC_CTYPE="ja_JP.ujis"
$ export LC_MESSAGES="C"
$ run_the_program...

Then, message will be default ("C").  And the character type will be
ujis.

-- 
Changwoo Ryu


Reply to: