CFBundleCopyBundleLocalizations(_:)
Returns an array containing a bundle’s localizations.
Declaration
func CFBundleCopyBundleLocalizations(_ bundle: CFBundle!) -> CFArray!Parameters
- bundle:
The bundle to examine.
Return Value
An array containing bundle’s localizations. Ownership follows the The Create Rule.
Discussion
The array returned by this function is typically passed as a parameter to either the CFBundleCopyPreferredLocalizationsFromArray(_:) or CFBundleCopyLocalizationsForPreferences(_:_:) function.