Re: Testing localization aspects of projects?
Re: Testing localization aspects of projects?
- Subject: Re: Testing localization aspects of projects?
- From: Douglas Davidson <email@hidden>
- Date: Mon, 17 Jun 2002 10:25:35 -0700
On Monday, June 17, 2002, at 05:26 AM, Christian Bxtker Hxj wrote:
I wonder if there is some canonical way of testing several
localizations of a PB project in a convenient way? I'm not
exactly convinced that swapping filenames for localized
string tables and NIB files should be the way to go...
Regards,
Dinu
An application will change its localization at startup so you can just
go
ahead and change the language in System Preferences:International.
Next time you start your application it will use the new language
setting.
This is certainly easier and faster than changing filenames of NIBs etc.
Even faster:
/Applications/TextEdit.app/Contents/MacOS/TextEdit -AppleLanguages "(fr)"
in Terminal will launch TextEdit in French. Most defaults can be
overridden in this way by command-line arguments; in the case of
AppleLanguages, keep in mind that the value is an array, so must be in
parentheses. You could have more entries in the array, e.g. "(fr, de,
en)" if you want something a bit more realistic.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.