<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/CFBundleCopyBundleLocalizations(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Foundation"
    ],
    "preciseIdentifier" : "c:@F@CFBundleCopyBundleLocalizations"
  },
  "title" : "CFBundleCopyBundleLocalizations(_:)"
}
-->

# CFBundleCopyBundleLocalizations(_:)

Returns an array containing a bundle’s localizations.

```
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](https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFMemoryMgmt/Concepts/Ownership.html#//apple_ref/doc/uid/20001148-103029).

## Discussion

The array returned by this function is typically passed as a parameter to either the [`CFBundleCopyPreferredLocalizationsFromArray(_:)`](/documentation/CoreFoundation/CFBundleCopyPreferredLocalizationsFromArray(_:)) or [`CFBundleCopyLocalizationsForPreferences(_:_:)`](/documentation/CoreFoundation/CFBundleCopyLocalizationsForPreferences(_:_:)) function.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)