Re: Loading a localized tiff file: how to?
Re: Loading a localized tiff file: how to?
- Subject: Re: Loading a localized tiff file: how to?
- From: Nick Müller <email@hidden>
- Date: Wed, 13 Mar 2002 08:38:19 +0100
On 13.03.2002 at 8:22 Uhr, Michhle Garoche wrote:
>
if (![NSImage imageNamed: NSLocalizedString(@"Foo", @"")])
I don't know whether it works to put imgs into a localized folder.
But I would do it the way you startet:
In the french localizable.strings:
"Foo" = "FooFR";
... the english
"Foo" = "FooUS";
... and then name the localized pictures FooUS.tiff and FooFR.tiff.
Note, that you can't load the pictures in IB, you have to do it by code.
HTH,
Nick
.........................................
logic tools
WebObjects // Web Authoring // Perl
Nick Mueller // Munich // Germany
_______________________________________________
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.