Online Course Support

What makes it easier to support multiple languages?

Question 4
What makes it easier to support multiple languages?

1 point

To install Android Studio in multiple languages.

Not to hard-code strings to be displayed in the XML layout files but rather to set all the strings from the Java code.

To keep in separate files the strings displayed by the user interface from the definition of the layouts and the Java code.

Not to hard-code strings to be displayed in the java files but rather to set all the strings from the XML layout files.

Similar Posts