Re: Equivalent to NSLocalizedStringFromTable() for working with a XML?
Re: Equivalent to NSLocalizedStringFromTable() for working with a XML?
- Subject: Re: Equivalent to NSLocalizedStringFromTable() for working with a XML?
- From: Allan Odgaard <email@hidden>
- Date: Mon, 13 Sep 2004 01:49:09 +0200
On 13. Sep 2004, at 1:37, George Lawrence Storm wrote:
Is there an equivalent to NSLocalizedStringFromTable() for working
with a XML (.plist) from within my applications bundle.
You can use pathForResource:ofType:
[...] The method first looks for a nonlocalized resource in
the immediate bundle directory; if the resource is not there,
it looks for the resource in the language-specific “.lproj”
directory (the local language is determined by user defaults).
--
http://macromates.com/ ::: TextMate, OS X text editor
http://macromates.com/sigpipe/ ::: Personal weblog about
programming
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden