On Thu, 22 Jul 2010 11:19:32 +0200, Giacomo Tufano <g...@iltofa.it> said:
>Il giorno 22/lug/2010, alle ore 11.15, cocoa learner ha scritto:
>
>> I have localized my app in English and French languages.
>> But I want to load French strings being in English language based on radio
>> button input (English and French).
>> 
>> Is it possible?
>> Is there any cocoa way of doing this?
>
>I tried the same (and asked this very list some months ago) but had no luck. I
resorted writing some code to load the "right" localization (and not using
NSLocalizedString() and friends). But I'm still interested in knowing if a
"blessed" way to do that exists. My problem was on iPhoneOS but AFAIK there
should be no differences with OS X in localization support.

I'd suggest filing a bug with a feature request. What you are asking for is
something like NSLocalizedStringWithLocale(), which is perfectly reasonable.
Why shouldn't you be allowed to specify an NSLocale here, just as you can
for initWithFormat and NSDateFormatter and so on? m.

-- 
matt neuburg, phd = m...@tidbits.com, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.tidbits.com/matt/default.html#applescriptthings



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to