The top one that I believe is: Translations! Place the new strings.xml file in the desired folder, and the application is translated for each device.
But there is a question of organization. As with the layout, you usually don't build code because this is not the place for it. The code is intended for processing material. A string is another resource that your code will use to display material on the screen.
source share