suppose I have application that loads bundle with id
"com.my.bundle.id"
suppose that bundle has few localizations
if I want to load localizable string from that bundle
I have to use
CFBundleCopyLocalizedString with
CFBundleGetBundleWithIdentifier(CFSTR("com.my.bundle.id")) as its
bundle argument
is it correct?
initially I thought that I can use CFBundleGetMainBundle()
but CFBundleGetMainBundle returns my main application bundle
so that means, if I want to get localizable string from the bundle
I have to provide right bundle and I can not use macro like
CFCopyLocalizedString
thanks
What about CFCopyLocalizedStringFromTableInBundle() ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden