---
title: bundle
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/localizedstringresource/bundle
---

# bundle

The bundle containing the table’s strings file.

## Declaration

```swift
var bundle: LocalizedStringResource.BundleDescription { get }
```

## See Also

### Accessing resource properties

- [key](foundation/localizedstringresource/key.md)
- [defaultValue](foundation/localizedstringresource/defaultvalue.md)
- [table](foundation/localizedstringresource/table.md)
- [LocalizedStringResource.BundleDescription](foundation/localizedstringresource/bundledescription.md)
- [locale](foundation/localizedstringresource/locale.md)
