Re: processName and Bundle Name -- the same?
Re: processName and Bundle Name -- the same?
- Subject: Re: processName and Bundle Name -- the same?
- From: Kyle Sluder <email@hidden>
- Date: Tue, 3 Feb 2009 21:18:07 -0500
On Tue, Feb 3, 2009 at 6:43 PM, Sean McBride <email@hidden> wrote:
> When/if you localise your app, you may localise CFBundleName, yet a file/
> folder name on disk can only be in one language, so CFBundleName may not
> be the best choice.
Then you should localize your Application Support folder as well:
http://developer.apple.com/DOCUMENTATION/MacOSX/Conceptual/BPInternational/Articles/LocalizingPathnames.html#//apple_ref/doc/uid/20002141-96996-BCIGJCEA
Just bake in the name of the actual folder as a string constant
somewhere and let the localization mechanism take care of the rest.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden