Explain localization and how to achieve?



Explain localization and how to achieve?..

Answer / Jayant Singh Rathore

Localization is the process of adapting software to specific geographical regions by considering cultural and linguistic differences. To achieve this in Android, you can use strings.xml files for different languages, create config files for various screen sizes, and manage resources with the help of the res folder hierarchy.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What is a google android packageinstaller?

1 Answers  


How was android os created?

1 Answers  


Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer.     Intent sendIntent = new Intent();     sendIntent.setAction(Intent.ACTION_SEND);     sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage);     sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type     startActivity(sendIntent);

1 Answers  


How do I update my android oreo?

1 Answers  


What is android os used for?

1 Answers  


What dialog boxes are supported in Android ?

1 Answers  


Are the Android releases available in a ROM?

1 Answers  


What is an Intent?

1 Answers  


how will you record a phone call in android?

1 Answers  


How will you differentiate nine-patch image from regular bitmap image?

1 Answers  


What os do android phones use?

1 Answers  


what are the different tools in android?

1 Answers  


Categories