translate city names to english
Asked on 06/19/2025
1 search
It seems like your question is about translating city names to English, which is not directly covered in the context of the WWDC sessions provided. However, I can relate this to the content presented by Apple at WWDC regarding translation and localization.
Apple's WWDC sessions, such as "Meet the Translation API," discuss the capabilities of the Translation API, which can be used to translate text within apps. This API supports multiple languages and can be used to translate city names if they are part of the text content. For more details on how to implement translation features in your app, you can refer to the session Meet the Translation API (11:34) which covers language support.
If you are interested in how to handle localization and display of city names in different languages, the session "Build multilingual-ready apps" might be useful. It discusses how to ensure that names and other text are displayed correctly in different languages and scripts.
For more specific guidance on using the Translation API or localization features, you might want to explore the sessions mentioned above.

Meet the Translation API
Discover how you can translate text across different languages in your app using the new Translation framework. We’ll show you how to quickly display translations in the system UI, and how to translate larger batches of text for your app’s UI.

Unlock the power of places with MapKit
Discover powerful new ways to integrate maps into your apps and websites with MapKit and MapKit JS. Learn how to save and reference unique places using Place ID. Check out improvements to search that make it more efficient to find relevant places. Get introduced to the new Place Card API that lets you display rich information about places so customers can explore destinations right in your app. And, we’ll show you quick ways to embed maps in your website with our simplified token provisioning and Web Embed API.

Code-along: Explore localization with Xcode
Learn how to localize your app into additional languages using Xcode. We’ll walk step-by-step through the process of creating a String Catalog, translating text, and exchanging files with external translators. You’ll learn best practices for providing necessary context to translators and how Xcode can help to provide this information automatically. For larger projects, we’ll also dive into techniques to manage complexity and streamline string management using type-safe Swift code.