---
title: Adding resources to localizations
framework: xcode
role: article
role_heading: Article
path: xcode/adding-resources-to-localizations
---

# Adding resources to localizations

Include more resources in the localizations you add to your project.

## Overview

Overview As you add more resources to your project, you can also add them to your localizations. Perform this step before you export localizations so that placeholder resources appear in the localization export folders. Make resources localizable In the Project navigator, select the resource. Then in the inspector, under Localization, click Localize. In the dialog that appears, choose the localizations to add to the resource from the pop-up menu, and click Localize.

In the inspector, under Localization, you can also select or deselect localizations for the resource. If you select multiple localizations, the resource becomes a group in the Project navigator localization-specific versions of the file. note: If you add a Settings Bundle or WatchKit Settings Bundle file to your project, it’s automatically localizable.

## See Also

### Resources and assets

- [Localizing assets in a catalog](xcode/localizing-assets-in-a-catalog.md)
