Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Integrating a basic translation overlay using the iOS Translation API is the simplest way to add translation features directly into your app. You can use the built-in UI and let the system offer users a translation on your behalf! This capability is particularly useful for creating multilingual user experiences, enhancing app accessibility, and improving user interaction.

By the end of this lesson, you’ll learn how to:

  • Explain how to use the Translation API to translate a single string of text.
  • Identify the strengths and weaknesses of the built-in system translation UI.
See forum comments
Download course materials from Github
Previous: Quiz: Introduction to the Translation API Next: Instruction 1