discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Localisation of Frameworks


From: Riccardo Mottola
Subject: Re: Localisation of Frameworks
Date: Fri, 15 Jan 2016 18:37:51 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39

Hi,

Wolfgang Lux wrote:
I would assume that within a framework you should be using 
NSLocalizedStringFromTableInBundle instead of NSLocalizedString.

that sounds sensible. I suppose that _() is a shorthand for NSLocalizedString with a nil parameter.
NSLocalizedString uses mainBundle, which is the App executable bundle.

How do I get a Frameworks's bundle path? I suppose bundleForClass with the current Class should do.

But what about table? I suppose nil should work: that is what NSLocalizedString passes according to the doc.

NSLocalizedString(@"key", @"")
becomes
NSLocalizedStringFromTableInBundle(@"key", nil, [NSBundle bundleForClass:[self class]], @"")

I ask, because it doesn't seem work :)

Riccardo



reply via email to

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