---
title: Localizing Landmarks
framework: xcode
role: sampleCode
role_heading: Sample Code
path: sample-code/xcode/localizing-landmarks
---

# Localizing Landmarks

Add localizations to the Landmarks sample code project.

## Overview

Overview This is an unlocalized version of Landmarks. Prepare it for localization by adding a String Catalog and import translations (de.xcloc) to complete the localization process. note: This sample code project is associated with WWDC25 session 225: Code-along: Explore localization with Xcode.

## See Also

### Essentials

- [Supporting multiple languages in your app](xcode/supporting-multiple-languages-in-your-app.md)
- [Localizing your app using agents](xcode/localizing-your-app-using-agents.md)
- [Localizing and varying text with a string catalog](xcode/localizing-and-varying-text-with-a-string-catalog.md)
- [Using generated localizable symbols in your code](xcode/using-generated-localizable-symbols-in-your-code.md)
