Re: Localizing about files
Re: Localizing about files
- Subject: Re: Localizing about files
- From: email@hidden
- Date: Tue, 5 Mar 2002 12:14:14 -0800
You mean like writing a ReadMe.rtf file, put in English.lproj and
Japanese.lproj and just use the defautl About panel ?
If you don't want to use the default About Panel, you can still keep
your rtf or rtfd file in the appropriate Resources folder and use the
[[NSBundle mainBundle] pathForResource:@"ReadMe" ofType:"@rtf"]; to get
the path and then read the file in a NSTextView.
I'm quite aware of these solutions. :->
I want a readme file that is separate from my app (fairly common
practice). It discusses basic issues like how to install the software,
where to find resources like doc and downloads on the web, etc., that
users may want to read about before they ever run the app.
Since .rtf and .rtfd do not themselves contain a localization
solution, this seems to me to require an app to be wrapped around the
RTF file that chooses the correct localized about file from the files
contained within it.
Ben Haller
Stick Software
_______________________________________________
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.