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: mmalcolm crawford <email@hidden>
- Date: Wed, 13 Mar 2002 01:19:29 -0800
On Tuesday, March 12, 2002, at 11:38 PM, Nick M|ller wrote:
I don't know whether it works to put imgs into a localized folder.
Yes, it does work.
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.
No, this is dreadful! Don't do this! See my previous reply.
WebObjects // Web Authoring // Perl
Think along the same lines as WOResourceManager
(pathForResourceNamed())...
mmalc
_______________________________________________
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.