In the previous lesson, you learned how to translate a cafe review using the built-in system UI translation pop-up. Imagine you’re a tourist and want to see all the information about a cafe, such as the name, address, description, menu, and highlights in your native language. Trying to translate all of them using the built-in system UI translation would be inconvenient and time-consuming.
If your app handles a large volume of user-generated content—cafe descriptions and reviews in this case—it can benefit from the TranslationSession API. When translating multiple text strings at once, the API allows these translations to be processed efficiently in one go, maintaining consistency and reducing the processing time.
By the end of this lesson, you will have learned to:
Describe how to use TranslationSession to translate a batch of text strings
Explain how to choose the appropriate translation method based on the app requirements
See forum comments
This content was released on Sep 18 2024. The official support period is 6-months
from this date.
An introduction to TranslationSession and why it is important for translating text.
Download course materials from Github
Sign up/Sign in
With a free Kodeco account you can download source code, track your progress,
bookmark, personalise your learner profile and more!
Previous: Quiz: Using the Translating Overlay
Next: Instruction 1
All videos. All books.
One low price.
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.