Re: Localization testing
Re: Localization testing
- Subject: Re: Localization testing
- From: Douglas Davidson <email@hidden>
- Date: Mon, 4 Mar 2002 10:10:45 -0800
On Sunday, March 3, 2002, at 12:20 PM, email@hidden wrote:
I'm localizing an app for a second language, which is a first for
me. I'd like to launch the app from the command line with an argument
that tells it to use the second language, so I don't have to change my
default language system-wide. I'm pretty sure there's a standard
command-line argument for this, but I guessed -NSLanguage "Japanese"
and that didn't do the trick. Searched the archives, but "language" as
a keyword just brings up tons of Obj-C vs. Java stuff, of course. :->
Looked in the doc for NSBundle and NSLocalizedString, came up
empty-handed.
Can anybody point me in the right direction? Thanks!
-AppleLanguages "(Japanese)"
or
-AppleLanguages "(ja, fr, en)"
for example. Remember that the value for the default has to be an
array...
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.