From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 09:55:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8354816A41F for ; Thu, 6 Oct 2005 09:55:17 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE8843D48 for ; Thu, 6 Oct 2005 09:55:17 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.52 (FreeBSD)) id 1ENST3-000Hwh-7W for freebsd-questions@freebsd.org; Thu, 06 Oct 2005 13:55:13 +0400 Message-ID: <4344F46E.20603@speechpro.com> Date: Thu, 06 Oct 2005 13:54:54 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <25b28b630510032201l46575bdfibc7b9341f90461b5@mail.gmail.com> <4342B34E.5030603@gmail.com> <25b28b630510051833na359481q9ad4af517be5c8f4@mail.gmail.com> In-Reply-To: <25b28b630510051833na359481q9ad4af517be5c8f4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Subject: Re: Multilanguange X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 09:55:17 -0000 Owen Jeremiah wrote: >Correct me if I'm wrong, but from the documentation I read this means change >the WHOLE programs (e.g.: gnome etc.) default language into the other >language. What I want is the ability to change language on the fly, like >when I create a presentation, I want to be able to write in English and also >another language (e.g: chinese). > > > You can do this. For most european languages you just need add something like this Option "XkbLayout" "us,ru" Option "XkbOptions" "grp:ctrl_shift_toggle,grp:switch" to your xorg.conf For Japanese/Chinese/Korean you need to install "input method", for example /usr/ports/japanese/kinput2-canna+wnn7 for Japanese or /usr/ports/chinese/miniChinput for Chinese (I have not tried this) You can look to other ports in chinese/ or japanese/ for more info.