discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Localisation


From: Yen-Ju Chen
Subject: Re: Localisation
Date: Sun, 17 Jun 2007 17:45:10 -0700

On 6/17/07, Yves de Champlain <yves@gnu-darwin.org> wrote:
Hi

I currently have

NSGlobalDomain NSLanguages French

but all my apps show up in English.  What am I doing wrong ?  Is
gettext needed ?

I think you need to use array like this:

defaults write NSGlobalDomain NSLanguages "(MyLanguage)"

And be sure your applications has French.lproj.
Or use "(French, English)" so that it will fall back to English if
there is no French localization.

GNUstep does not use gettext as far as I understand.

Yen-Ju


on MacOSX 10.4.9

yves



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep





reply via email to

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