Re: How do you localise the file name of an application?
Re: How do you localise the file name of an application?
- Subject: Re: How do you localise the file name of an application?
- From: Brent Gulanowski <email@hidden>
- Date: Wed, 11 Aug 2004 10:16:53 -0400
On Wed, 11 Aug 2004 14:06:00 +0900 (JST), Sunrise Ltd
<email@hidden> wrote:
> Hi
>
> I have an application that requires to have a localised
> file name in the Finder (depending on the user's current
> locale).
>
> I have set LSHasLocalizedDisplayName to Boolean Yes in the
> applications info.plist target and set the appropriate
> display name propery in the resepective localized.strings
> files but this only seems to effect the display in the
> menu bar of the Finder when the application is active.
>
> Any ideas what resources are involved when making the file
> name show up depending on locale?
You mean the name of the bundle? That is what it is -- it's a file
system entity (a folder). It's name is not dynamically derived. I
think you can only change it by literally changing it, either manually
or using a script as part of your installation. Likewise, any user can
readily change the name after the fact, unlike a menu.
--
Brent Gulanowski
http://www.boredastronaut.com
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.