From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 01:40:32 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 A8AC416A41F for ; Thu, 6 Oct 2005 01:40:32 +0000 (GMT) (envelope-from fowlplay77@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 146E843D48 for ; Thu, 6 Oct 2005 01:40:31 +0000 (GMT) (envelope-from fowlplay77@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so328181qbd for ; Wed, 05 Oct 2005 18:40:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=Qe7CX4qv/VDdUtO9K17MMKaKfSXEDqX9pWiPOXCK97misd7sPMz1B/S80cd3qSQGgXG7lhY3F1jaQojULQTVTgPSbqHZbhCMVdnC0jNLrQlziyeuMxndZ9MH6tgBwJrQk5xc8ynzBW9QnWpkgIqw/+TskYqxjE85RopKDSWnymg= Received: by 10.65.112.20 with SMTP id p20mr714869qbm; Wed, 05 Oct 2005 18:33:23 -0700 (PDT) Received: by 10.65.59.11 with HTTP; Wed, 5 Oct 2005 18:33:23 -0700 (PDT) Message-ID: <25b28b630510051833na359481q9ad4af517be5c8f4@mail.gmail.com> Date: Thu, 6 Oct 2005 08:33:23 +0700 From: Owen Jeremiah To: freebsd-questions@freebsd.org In-Reply-To: <4342B34E.5030603@gmail.com> MIME-Version: 1.0 References: <25b28b630510032201l46575bdfibc7b9341f90461b5@mail.gmail.com> <4342B34E.5030603@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Multilanguange X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Owen Jeremiah List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 01:40:32 -0000 > If you want to display chinese, you need a chinese > font,(e.g."simsun"),then set the LANGUAGE environment > before startx. > e.g. > #setenv LANGUAGE zh_CN.UTF8 > Then you can display chinese filenames under gnome or gnome-terinal. > > If you want to input chinese,you need a chinese input > method,(e.g.xcin,fcitx),then set env before startx. > #setenv XMODIFIERS @im=3Dfcitx > > However, many X program only support english language,like xterm. > Also,many OS independent program can support many language(display && > input) without extra configuare,(e.g.emacs). > Correct me if I'm wrong, but from the documentation I read this means chang= e 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 als= o another language (e.g: chinese). Is my assumption above is correct? If not, kindly enough to enlighten me with the correct manual pages and/or handbook section to do the above. TIA -- Yours sincerely, Owen Jeremiah