Localizing about files
Localizing about files
- Subject: Localizing about files
- From: email@hidden
- Date: Tue, 5 Mar 2002 09:54:53 -0800
I was inspired by the "localizing help files" thread (for which I
don't know the answer) to ask: is there a solution already in existence
for localizing about files? To be specific: each of my apps ships with
an about file like "About Constrictor.rtf". Now I've started doing
localization work, so I've got a Japanese version of the file. Right
now my solution is simply to name the Japanese file "About
Constrictor(JP).rtf" and have both files visible at the top level of my
.dmg. However, once I've got a French version, a Spanish version, etc.
of the file, this will obviously begin to break down.
I'm sorely tempted to write a simple TextEdit knockoff that can
contain all of my localized About files within the bundle of an
application, and simply displays the proper about file to the user in a
non-editable window. Then there would be just one double-clickable
About Constrictor.app, and the user would have a simple model once
again. However, this seems like such a simple thing to do that I feel
sure somebody has already done it. Anybody? If I don't hear from
somebody very soon, I'll be posting a URL to the solution shortly. ;->
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.