April 2019
Beginner to intermediate
698 pages
15h 15m
English
This chapter is quick and simple, but what we will learn to do can make your app accessible to millions of potential users. We will see how to add additional languages and we will see why adding text the correct way via String resources benefits us when it comes to adding multiple languages.
In this chapter, we will do the following:
Let's get started.
First, we need to add some folders to our project – one for each new language. The text is classed as a resource, and, consequently, needs to go in the res folder. Follow these steps to add Spanish ...