Mobile Application Development Question:
What is localization and how to achieve?
Answer:
Localization is a way of representing the products in different languages. Android is an operating system which runs in many regions, so to reach different users localization is a must. Localization in Android can be achieved by incorporating different languages in the application which you are using. To do this knowledge of Java, XML elements, Activity life-cycle and general principles of internationalization and localization are required.
Previous Question | Next Question |
What is APK format in Android? | What is the Mobile Application development all about? |