日本語いけます?
Asked on 2025-07-31
1 search
申し訳ありませんが、日本語での対応はできません。しかし、AppleのWWDCで発表された内容についてお手伝いできます。例えば、WWDC 2024で紹介された「Meet the Translation API」セッションでは、アプリに翻訳機能を追加するためのAPIについて説明されています。このAPIは、簡単な翻訳オーバーレイを表示する方法と、より柔軟なテキスト翻訳APIの2つのオプションを提供しています。詳細については、Meet the Translation API (02:10) のセッションをご覧ください。

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.

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.

Build multilingual-ready apps
Ensure your app works properly and effectively for multilingual users. Learn best practices for text input, display, search, and formatting. Get details on typing in multiple languages without switching between keyboards. And find out how the latest advances in the String Catalog can make localization even easier.